DataConnectionProperties.GetProperties Yöntem

Tanım

Aşırı Yüklemeler

GetProperties()

Şu anda bilinen tüm özelliklerin tanımlayıcılarının koleksiyonunu alır.

GetProperties(Attribute[])

Belirtilen öznitelik kümesiyle eşleşen şu anda bilinen özelliklerin tanımlayıcılarının koleksiyonunu alır.

GetProperties()

Şu anda bilinen tüm özelliklerin tanımlayıcılarının koleksiyonunu alır.

protected:
 System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
protected System.ComponentModel.PropertyDescriptorCollection GetProperties ();
member this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Protected Function GetProperties () As PropertyDescriptorCollection

Döndürülenler

PropertyDescriptorCollection

Şu anda bilinen tüm özelliklerin tanımlayıcılarının koleksiyonu.

Şunlara uygulanır

GetProperties(Attribute[])

Belirtilen öznitelik kümesiyle eşleşen şu anda bilinen özelliklerin tanımlayıcılarının koleksiyonunu alır.

protected:
 System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
protected System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
member this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Protected Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection

Parametreler

attributes
Attribute[]

AttributeHangi özelliklerin dönebileceği tanımlamak için filtre olarak kullanılan tür dizisi.

Döndürülenler

PropertyDescriptorCollection

Belirtilen öznitelik kümesiyle eşleşen şu anda bilinen özelliklerin tanımlayıcıları koleksiyonu.

Şunlara uygulanır