次の方法で共有


InputChangingEventArgs コンストラクター

指定された入力の配列、変更する入力、および新しい値を使用して、InputChangingEventArgs クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor, _
    value As Object _
)
public InputChangingEventArgs(
    InputDescriptor[] inputs,
    InputDescriptor input,
    Object value
)
public:
InputChangingEventArgs(
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input, 
    Object^ value
)
new : 
        inputs:InputDescriptor[] * 
        input:InputDescriptor * 
        value:Object -> InputChangingEventArgs
public function InputChangingEventArgs(
    inputs : InputDescriptor[], 
    input : InputDescriptor, 
    value : Object
)

パラメーター

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

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

InputChangingEventArgs クラス

Microsoft.Data.Schema.Tools.DataGenerator 名前空間