Freigeben über


ShapeHasDecorators.GetDecorators-Methode

Ruft eine Liste mit Decorators ab.

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

Syntax

'Declaration
Public Shared Function GetDecorators ( _
    element As Shape _
) As LinkedElementCollection(Of Decorator)
public static LinkedElementCollection<Decorator> GetDecorators(
    Shape element
)

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Modeling.LinkedElementCollection<Decorator>

.NET Framework-Sicherheit

Siehe auch

Referenz

ShapeHasDecorators Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace