Freigeben über


PresentationElementTypeDescriptor.GetProperties-Methode (array<Attribute[])

Gibt die Eigenschaften für diese Instanz einer Komponente unter Verwendung des Attributarrays als Filter zurück.

Namespace:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Syntax

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

Parameter

  • attributes
    Typ: array<System.Attribute[]
    Ein Array vom Typ "Attribut", das als Filter verwendet wird.

Rückgabewert

Typ: System.ComponentModel.PropertyDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

PresentationElementTypeDescriptor Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace