DataViewBrowseObject.GetProperties Yöntem

Tanım

Aşırı Yüklemeler

GetProperties()

PropertyDescriptorCollectionGeçerli tarama nesnesi için bir özellik koleksiyonu alır.

GetProperties(Attribute[])

PropertyDescriptorCollectionGeçerli gezinme nesnesi için belirtilen özniteliklerle eşleşen özelliklerin bir koleksiyonunu alır.

GetProperties()

PropertyDescriptorCollectionGeçerli tarama nesnesi için bir özellik koleksiyonu alır.

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties();
public System.ComponentModel.PropertyDescriptorCollection GetProperties ();
abstract member GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : unit -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties () As PropertyDescriptorCollection

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollectionGeçerli tarama nesnesinin özelliklerini içeren bir koleksiyon döndürür.

Uygulamalar

Şunlara uygulanır

GetProperties(Attribute[])

PropertyDescriptorCollectionGeçerli gezinme nesnesi için belirtilen özniteliklerle eşleşen özelliklerin bir koleksiyonunu alır.

public:
 virtual System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(cli::array <Attribute ^> ^ attributes);
public virtual System.ComponentModel.PropertyDescriptorCollection GetProperties (Attribute[] attributes);
abstract member GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
override this.GetProperties : Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overridable Function GetProperties (attributes As Attribute()) As PropertyDescriptorCollection

Parametreler

attributes
Attribute[]

AttributeDöndürülecek özellikler için filtre olarak bir nesne dizisi.

Döndürülenler

PropertyDescriptorCollection

PropertyDescriptorCollectionGeçerli gezinme nesnesi için belirtilen özniteliklerle eşleşen özellikleri içeren bir koleksiyon döndürür.

Uygulamalar

Şunlara uygulanır