InputChangedEventArgs コンストラクタ

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

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

構文

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

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

パラメータ

参照

参照

InputChangedEventArgs クラス

InputChangedEventArgs メンバ

Microsoft.Data.Schema.DataGenerator 名前空間