Sdílet prostřednictvím


DiagramElementHasDecorators.GetDecorators – metoda

Získá seznam sklenářské.

Obor názvů:  Microsoft.VisualStudio.Modeling.DslDefinition
Sestavení:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntaxe

'Deklarace
Public Shared Function GetDecorators ( _
    element As DiagramElement _
) As ReadOnlyLinkedElementCollection(Of Decorator)
public static ReadOnlyLinkedElementCollection<Decorator> GetDecorators(
    DiagramElement element
)

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

DiagramElementHasDecorators Třída

Microsoft.VisualStudio.Modeling.DslDefinition – obor názvů