SwimLaneMapReferencesSwimLane.GetLinks(SwimLaneMap, SwimLane) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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