Share via


DiagramElementHasDecorators.GetLinksToDecorators(DiagramElement) Method

Definition

Get the list of DiagramElementHasDecorators links to a DiagramElement.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElementHasDecorators ^> ^ GetLinksToDecorators(Microsoft::VisualStudio::Modeling::DslDefinition::DiagramElement ^ diagramElementInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators> GetLinksToDecorators (Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement diagramElementInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDecorators : Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElement -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DiagramElementHasDecorators>
Public Shared Function GetLinksToDecorators (diagramElementInstance As DiagramElement) As ReadOnlyCollection(Of DiagramElementHasDecorators)

Parameters

diagramElementInstance
DiagramElement

Returns

Attributes

Applies to