WebPartMenuStyle.ICustomTypeDescriptor.GetProperties Método

Definición

Devuelve las propiedades para esta instancia de un componente. Este método implementa el método GetProperties sobrecargado.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades para esta instancia de un componente. Este método implementa la sobrecarga del método GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades para esta instancia de un componente usando la matriz de atributos como filtro. Este método implementa la sobrecarga del método GetProperties(Attribute[]).

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades para esta instancia de un componente. Este método implementa la sobrecarga del método 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

PropertyDescriptorCollection

PropertyDescriptorCollection que representa las propiedades de este objeto.

Implementaciones

Comentarios

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

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades para esta instancia de un componente usando la matriz de atributos como filtro. Este método implementa la sobrecarga del método 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 utiliza como filtro.

Devoluciones

PropertyDescriptorCollection

PropertyDescriptorCollection que representa las propiedades filtradas de este objeto.

Implementaciones

Se aplica a