InputChangingEventArgs コンストラクタ

InputChangingEventArgs クラスの新しいインスタンスを初期化します。

名前空間 :  Microsoft.Data.Schema.DataGenerator
アセンブリ :  Microsoft.Data.Schema (Microsoft.Data.Schema.dll 内)

構文

'宣言
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor, _
    value As Object _
)
'使用
Dim inputs As InputDescriptor()
Dim input As InputDescriptor
Dim value As Object

Dim instance As New InputChangingEventArgs(inputs, _
    input, value)
public InputChangingEventArgs(
    InputDescriptor[] inputs,
    InputDescriptor input,
    Object value
)
public:
InputChangingEventArgs(
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input, 
    Object^ value
)
public function InputChangingEventArgs(
    inputs : InputDescriptor[], 
    input : InputDescriptor, 
    value : Object
)

パラメータ

  • value
    型 : System.Object
    入力プロパティに割り当てられる新しい値

参照

参照

InputChangingEventArgs クラス

InputChangingEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間