SubMenuStyle.ICustomTypeDescriptor.GetProperties Método

Definición

Para obtener una descripción de este miembro, vea GetProperties.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Para obtener una descripción de este miembro, vea GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Para obtener una descripción de este miembro, vea GetProperties(Attribute[]).

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando la SubMenuStyle instancia se convierte en la ICustomTypeDescriptor interfaz .

ICustomTypeDescriptor.GetProperties()

Para obtener una descripción de este miembro, vea 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

Devoluciones

Objeto PropertyDescriptorCollection que contiene las propiedades de esta instancia.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando la SubMenuStyle instancia se convierte en la ICustomTypeDescriptor interfaz .

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Para obtener una descripción de este miembro, vea 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

Parámetros

attributes
Attribute[]

Matriz de tipo Attribute que se usa como filtro.

Devoluciones

Objeto PropertyDescriptorCollection que contiene las propiedades filtradas de esta instancia.

Implementaciones

Comentarios

Este miembro es una implementación explícita de un miembro de interfaz. Solo se puede usar cuando la SubMenuStyle instancia se convierte en la ICustomTypeDescriptor interfaz .

Se aplica a