Aracılığıyla paylaş


InputChangedEventArgs.Inputs Özellik

Tüm özelliklerin geçerli giriş veri üreticisi salt okunur bir koleksiyonu alır.

Ad alanı:  Microsoft.Data.Schema.Tools.DataGenerator
Derleme:  Microsoft.Data.Schema.Tools (Microsoft.Data.Schema.Tools.dll içinde)

Sözdizimi

'Bildirim
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>

Özellik Değeri

Tür: System.Collections.ObjectModel.ReadOnlyCollection<InputDescriptor>
Geçerli giriş özellikleri veri üreticisi.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

InputChangedEventArgs Sınıf

Microsoft.Data.Schema.Tools.DataGenerator Ad Alanı

InputDescriptor