Freigeben über


MoveableDecoratorHostShape.ICustomTypeDescriptor.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
Private Function GetProperties ( _
    attributes As Attribute() _
) As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties(
    Attribute[] attributes
)

Parameter

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

Rückgabewert

Typ: System.ComponentModel.PropertyDescriptorCollection
Gefilterte Eigenschaften der übergeordnete Form.

Implementiert

ICustomTypeDescriptor.GetProperties(array<Attribute[])

.NET Framework-Sicherheit

Siehe auch

Referenz

MoveableDecoratorHostShape Klasse

GetProperties-Überladung

Microsoft.VisualStudio.Modeling.Diagrams-Namespace