WebPartMenuStyle.ICustomTypeDescriptor.GetProperties Metoda

Definicja

Zwraca właściwości tego wystąpienia składnika. Ta metoda implementuje metodę GetProperties przeciążenia.

Przeciążenia

ICustomTypeDescriptor.GetProperties()

Zwraca właściwości tego wystąpienia składnika. Ta metoda implementuje GetProperties() przeciążenie metody.

ICustomTypeDescriptor.GetProperties(Attribute[])

Zwraca właściwości tego wystąpienia składnika przy użyciu tablicy atrybutów jako filtru. Ta metoda implementuje GetProperties(Attribute[]) przeciążenie metody.

ICustomTypeDescriptor.GetProperties()

Zwraca właściwości tego wystąpienia składnika. Ta metoda implementuje GetProperties() przeciążenie metody.

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

Zwraca

PropertyDescriptorCollection

Obiekt PropertyDescriptorCollection reprezentujący właściwości tego obiektu.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Może być używany tylko WebPartMenuStyle wtedy, gdy wystąpienie jest rzutowania do ICustomTypeDescriptor interfejsu.

Dotyczy

ICustomTypeDescriptor.GetProperties(Attribute[])

Zwraca właściwości tego wystąpienia składnika przy użyciu tablicy atrybutów jako filtru. Ta metoda implementuje GetProperties(Attribute[]) przeciążenie metody.

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

Parametry

attributes
Attribute[]

Tablica typu używana Attribute jako filtr.

Zwraca

PropertyDescriptorCollection

Obiekt PropertyDescriptorCollection reprezentujący właściwości filtrowane dla tego obiektu.

Implementuje

Dotyczy