SwimLaneHasBaseSwimLane.GetLinks(SwimLane, SwimLane) Method

Definition

Get any SwimLaneHasBaseSwimLane links between a given SwimLane and a SwimLane.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::SwimLaneHasBaseSwimLane ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane source, Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane * Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasBaseSwimLane>
Public Shared Function GetLinks (source As SwimLane, target As SwimLane) As ReadOnlyCollection(Of SwimLaneHasBaseSwimLane)

Parameters

source
SwimLane
target
SwimLane

Returns

Attributes

Applies to