共用方式為


SwimLaneMapReferencesSwimLane.GetLinks(SwimLaneMap, SwimLane) Method

Definition

Get any SwimLaneMapReferencesSwimLane links between a given SwimLaneMap and a SwimLane.

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

Parameters

source
SwimLaneMap
target
SwimLane

Returns

Attributes

Applies to