FarPoint.Win.SpreadJ アセンブリ > FarPoint.Win.Spread 名前空間 > Keystroke 構造体 > Keystroke コンストラクタ : Keystroke コンストラクタ(SerializationInfo,StreamingContext) |
'Declaration
Public Function New( _ ByVal info As SerializationInfo, _ ByVal context As StreamingContext _ )
'使用法
Dim info As SerializationInfo Dim context As StreamingContext Dim instance As New Keystroke(info, context)
public Keystroke( SerializationInfo info, StreamingContext context )
このコンストラクタは、新しいキー操作(Keystrokeオブジェクト)をSerializationInfoからロードすることによって作成します。
シリアル化情報の詳細については、Microsoft .NET FrameworkリファレンスのSerializationInfoクラスを参照してください。
コンテキスト情報の詳細については、Microsoft .NET FrameworkリファレンスのStreamingContext構造体を参照してください。