Partager via


SwimLaneHasDecorators.GetLinksToDecorators(SwimLane) Method

Definition

Get the list of SwimLaneHasDecorators links to a SwimLane.

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

Parameters

swimLaneInstance
SwimLane

Returns

Attributes

Applies to