SubMenuStyle.ICustomTypeDescriptor.GetProperties Método

Definição

Para obter uma descrição desse membro, confira GetProperties.For a description of this member, see GetProperties.

Sobrecargas

ICustomTypeDescriptor.GetProperties()

Para obter uma descrição desse membro, confira GetProperties().For a description of this member, see GetProperties().

ICustomTypeDescriptor.GetProperties(Attribute[])

Para obter uma descrição desse membro, confira GetProperties(Attribute[]).For a description of this member, see GetProperties(Attribute[]).

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

ICustomTypeDescriptor.GetProperties()

Para obter uma descrição desse membro, confira GetProperties().For a description of this member, see 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

Retornos

PropertyDescriptorCollection

Um PropertyDescriptorCollection que contém as propriedades desta instância.A PropertyDescriptorCollection that contains the properties for this instance.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

Aplica-se a

ICustomTypeDescriptor.GetProperties(Attribute[])

Para obter uma descrição desse membro, confira GetProperties(Attribute[]).For a description of this member, see 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[]

Uma matriz do tipo Attribute que é usada como um filtro.An array of type Attribute that is used as a filter.

Retornos

PropertyDescriptorCollection

Um objeto PropertyDescriptorCollection que contém as propriedades filtradas desta instância.A PropertyDescriptorCollection object that contains the filtered properties for this instance.

Implementações

Comentários

Este membro é uma implementação do membro de interface explícita.This member is an explicit interface member implementation. Ele só pode ser usado quando a SubMenuStyle instância é convertida na ICustomTypeDescriptor interface.It can only be used when the SubMenuStyle instance is cast to the ICustomTypeDescriptor interface.

Aplica-se a