SubMenuStyle.ICustomTypeDescriptor.GetProperties Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Para uma descrição deste elemento, veja GetProperties.
Sobrecargas
| Name | Description |
|---|---|
| ICustomTypeDescriptor.GetProperties() |
Para uma descrição deste elemento, veja GetProperties(). |
| ICustomTypeDescriptor.GetProperties(Attribute[]) |
Para uma descrição deste elemento, veja GetProperties(Attribute[]). |
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.
ICustomTypeDescriptor.GetProperties()
Para uma descrição deste elemento, veja 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
Devoluções
A PropertyDescriptorCollection que contém as propriedades para esta instância.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.
Aplica-se a
ICustomTypeDescriptor.GetProperties(Attribute[])
Para uma descrição deste elemento, veja 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
Devoluções
Um PropertyDescriptorCollection objeto que contém as propriedades filtradas para esta instância.
Implementações
Observações
Este membro é uma implementação explícita de membro de interface. Só pode ser usado quando a SubMenuStyle instância é lançada para a ICustomTypeDescriptor interface.