Freigeben über


ConnectorHasDecorators.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 Connector _
) As LinkedElementCollection(Of Decorator)
public static LinkedElementCollection<Decorator> GetDecorators(
    Connector element
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

ConnectorHasDecorators Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace