Share via


SwimLaneHasDecorators.GetLinks Method

Get any SwimLaneHasDecorators links between a given SwimLane and a Decorator.

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

Syntax

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

Parameters

Return Value

Type: ReadOnlyCollection<SwimLaneHasDecorators>

.NET Framework Security

See Also

Reference

SwimLaneHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace