SubMenuStyle.ICustomTypeDescriptor.GetProperties Metoda

Definice

Popis tohoto člena naleznete v tématu GetProperties.

Přetížení

Name Description
ICustomTypeDescriptor.GetProperties()

Popis tohoto člena naleznete v tématu GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Popis tohoto člena naleznete v tématu GetProperties(Attribute[]).

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že SubMenuStyle je instance přetypována do ICustomTypeDescriptor rozhraní.

ICustomTypeDescriptor.GetProperties()

Popis tohoto člena naleznete v tématu GetProperties().

 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

A PropertyDescriptorCollection , který obsahuje vlastnosti pro tuto instanci.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že SubMenuStyle je instance přetypována do ICustomTypeDescriptor rozhraní.

Platí pro

ICustomTypeDescriptor.GetProperties(Attribute[])

Popis tohoto člena naleznete v tématu GetProperties(Attribute[]).

 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 , které se používá jako filtr.

Návraty

Objekt PropertyDescriptorCollection , který obsahuje filtrované vlastnosti pro tuto instanci.

Implementuje

Poznámky

Tento člen je explicitní implementace člena rozhraní. Lze jej použít pouze v případě, že SubMenuStyle je instance přetypována do ICustomTypeDescriptor rozhraní.

Platí pro