다음을 통해 공유


DiagramElementHasDecorators.GetLinksToDecorators Method

Get the list of DiagramElementHasDecorators links to a DiagramElement.

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

Syntax

‘선언
Public Shared Function GetLinksToDecorators ( _
    diagramElementInstance As DiagramElement _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinksToDecorators(
    DiagramElement diagramElementInstance
)
public:
static ReadOnlyCollection<DiagramElementHasDecorators^>^ GetLinksToDecorators(
    DiagramElement^ diagramElementInstance
)
static member GetLinksToDecorators : 
        diagramElementInstance:DiagramElement -> ReadOnlyCollection<DiagramElementHasDecorators> 
public static function GetLinksToDecorators(
    diagramElementInstance : DiagramElement
) : ReadOnlyCollection<DiagramElementHasDecorators>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DiagramElementHasDecorators>

.NET Framework Security

See Also

Reference

DiagramElementHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace