Поделиться через


InputChangedEventArgs - конструктор

Инициализирует новый экземпляр класса InputChangedEventArgs, используя предоставленные входные данные.

Пространство имен:  Microsoft.Data.Schema.Tools.DataGenerator
Сборка:  Microsoft.Data.Schema.Tools (в Microsoft.Data.Schema.Tools.dll)

Синтаксис

'Декларация
Public Sub New ( _
    inputs As InputDescriptor(), _
    input As InputDescriptor _
)
public InputChangedEventArgs(
    InputDescriptor[] inputs,
    InputDescriptor input
)
public:
InputChangedEventArgs(
    array<InputDescriptor^>^ inputs, 
    InputDescriptor^ input
)
new : 
        inputs:InputDescriptor[] * 
        input:InputDescriptor -> InputChangedEventArgs
public function InputChangedEventArgs(
    inputs : InputDescriptor[], 
    input : InputDescriptor
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

InputChangedEventArgs Класс

Microsoft.Data.Schema.Tools.DataGenerator - пространство имен

InputDescriptor