Sdílet prostřednictvím


WebPartMenuStyle.ICustomTypeDescriptor.GetProperties Metoda

Definice

Vrátí vlastnosti pro tuto instanci komponenty. Tato metoda implementuje přetíženou GetProperties metodu.

Přetížení

ICustomTypeDescriptor.GetProperties()

Vrátí vlastnosti pro tuto instanci komponenty. Tato metoda implementuje GetProperties() přetížení metody.

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí vlastnosti této instance komponenty pomocí pole atributu jako filtru. Tato metoda implementuje GetProperties(Attribute[]) přetížení metody.

ICustomTypeDescriptor.GetProperties()

Vrátí vlastnosti pro tuto instanci komponenty. Tato metoda implementuje GetProperties() přetížení 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

Návraty

PropertyDescriptorCollection

PropertyDescriptorCollectionKterý představuje vlastnosti pro tento objekt.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Dá se použít jenom v případě, že WebPartMenuStyle je instance přetypování na ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetProperties(Attribute[])

Vrátí vlastnosti této instance komponenty pomocí pole atributu jako filtru. Tato metoda implementuje GetProperties(Attribute[]) přetížení 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[]

Pole typu Attribute používané jako filtr.

Návraty

PropertyDescriptorCollection

PropertyDescriptorCollectionKterý představuje filtrované vlastnosti pro tento objekt.

Implementuje

Platí pro