DataViewBrowseObject.GetProperties Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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
Döndürülenler
PropertyDescriptorCollectionGeçerli gezinme nesnesi için belirtilen özniteliklerle eşleşen özellikleri içeren bir koleksiyon döndürür.