Share via


SwimLaneHasDecorators.GetLinksToDecorators Method

Get the list of SwimLaneHasDecorators links to a SwimLane.

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 GetLinksToDecorators ( _
    swimLaneInstance As SwimLane _
) As ReadOnlyCollection(Of SwimLaneHasDecorators)
public static ReadOnlyCollection<SwimLaneHasDecorators> GetLinksToDecorators(
    SwimLane swimLaneInstance
)
public:
static ReadOnlyCollection<SwimLaneHasDecorators^>^ GetLinksToDecorators(
    SwimLane^ swimLaneInstance
)
static member GetLinksToDecorators : 
        swimLaneInstance:SwimLane -> ReadOnlyCollection<SwimLaneHasDecorators> 
public static function GetLinksToDecorators(
    swimLaneInstance : SwimLane
) : ReadOnlyCollection<SwimLaneHasDecorators>

Parameters

Return Value

Type: ReadOnlyCollection<SwimLaneHasDecorators>

.NET Framework Security

See Also

Reference

SwimLaneHasDecorators Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace