Share via


AxHost.ICustomTypeDescriptor.GetProperties Método

Definición

Devuelve propiedades para el objeto actual.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades del objeto actual.

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades del objeto actual utilizando la matriz de atributos especificada como filtro.

ICustomTypeDescriptor.GetProperties()

Devuelve las propiedades del objeto actual.

 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 los eventos del objeto actual.

Implementaciones

Comentarios

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

Se aplica a

ICustomTypeDescriptor.GetProperties(Attribute[])

Devuelve las propiedades del objeto actual utilizando la matriz de atributos especificada como filtro.

 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

PropertyDescriptorCollection

PropertyDescriptorCollection que representa los eventos del control AxHost actual que coinciden con el grupo de atributos especificado.

Implementaciones

Se aplica a