Condividi tramite


Metodo PresentationElementTypeDescriptor.GetProperties (array<Attribute )

Restituisce le proprietà per l'istanza di un componente utilizzando la matrice di attributo come filtro.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)

Sintassi

'Dichiarazione
Public Overrides Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection
public override PropertyDescriptorCollection GetProperties(
    Attribute[] attributes
)

Parametri

  • attributes
    Tipo: array<System.Attribute[]
    Una matrice di tipo che viene utilizzato come filtro.

Valore restituito

Tipo: System.ComponentModel.PropertyDescriptorCollection

Implementa

ICustomTypeDescriptor.GetProperties(array<Attribute[])

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PresentationElementTypeDescriptor Classe

Overload GetProperties

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams