Share via


DiagramElementHasDecorators.GetLinks Method

Get any DiagramElementHasDecorators links between a given DiagramElement and a Decorator.

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

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DiagramElement, _
    target As Decorator _
) As ReadOnlyCollection(Of DiagramElementHasDecorators)
public static ReadOnlyCollection<DiagramElementHasDecorators> GetLinks(
    DiagramElement source,
    Decorator target
)
public:
static ReadOnlyCollection<DiagramElementHasDecorators^>^ GetLinks(
    DiagramElement^ source, 
    Decorator^ target
)
static member GetLinks : 
        source:DiagramElement * 
        target:Decorator -> ReadOnlyCollection<DiagramElementHasDecorators> 
public static function GetLinks(
    source : DiagramElement, 
    target : Decorator
) : ReadOnlyCollection<DiagramElementHasDecorators>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

DiagramElementHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace