AxHost.ICustomTypeDescriptor.GetProperties Método

Definição

Retorna propriedades para o objeto atual.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Retorna as propriedades para o objeto atual.

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna as propriedades para o objeto atual usando a matriz de atributos especificada como um filtro.

ICustomTypeDescriptor.GetProperties()

Retorna as propriedades para o objeto atual.

 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

Retornos

PropertyDescriptorCollection

Um PropertyDescriptorCollection que representa os eventos para o objeto atual.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita. Ele só pode ser usado quando a instância de AxHost é convertida em uma interface de ICustomTypeDescriptor.

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Retorna as propriedades para o objeto atual usando a matriz de atributos especificada como um 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[]

Uma matriz do tipo Attribute que é usada como um filtro.

Retornos

PropertyDescriptorCollection

Um PropertyDescriptorCollection que representa os eventos para o AxHost atual que corresponde ao determinado conjunto de atributos.

Implementações

Aplica-se a