Partilhar via


Método PresentationElementTypeDescriptor.GetProperties (array<Attribute )

Retorna as propriedades para esta instância de um componente usando a matriz de atributo como um filtro.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintaxe

'Declaração
Public Overrides Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

Parâmetros

  • attributes
    Tipo: array<System.Attribute[]
    Uma matriz do tipo de atributo que é usado como um filtro.

Valor de retorno

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementações

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Segurança do .NET Framework

Consulte também

Referência

PresentationElementTypeDescriptor Classe

Sobrecargas GetProperties

Namespace Microsoft.VisualStudio.Modeling.Diagrams