InputChangedEventArgs.Inputs 属性

获取一个只读集合,该集合中包含数据生成器的当前所有输入属性。

命名空间:  Microsoft.Data.Schema.Tools.DataGenerator
程序集:  Microsoft.Data.Schema.Tools(在 Microsoft.Data.Schema.Tools.dll 中)

语法

声明
Public ReadOnly Property Inputs As ReadOnlyCollection(Of InputDescriptor)
    Get
public ReadOnlyCollection<InputDescriptor> Inputs { get; }
public:
property ReadOnlyCollection<InputDescriptor^>^ Inputs {
    ReadOnlyCollection<InputDescriptor^>^ get ();
}
member Inputs : ReadOnlyCollection<InputDescriptor>
function get Inputs () : ReadOnlyCollection<InputDescriptor>

属性值

类型:System.Collections.ObjectModel.ReadOnlyCollection<InputDescriptor>
数据生成器的当前输入属性。

.NET Framework 安全性

请参见

参考

InputChangedEventArgs 类

Microsoft.Data.Schema.Tools.DataGenerator 命名空间

InputDescriptor