SwimLaneMapReferencesSwimLane.GetLinks Method
Get any SwimLaneMapReferencesSwimLane links between a given SwimLaneMap and a SwimLane.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)
Syntax
'Declaration
Public Shared Function GetLinks ( _
source As SwimLaneMap, _
target As SwimLane _
) As ReadOnlyCollection(Of SwimLaneMapReferencesSwimLane)
public static ReadOnlyCollection<SwimLaneMapReferencesSwimLane> GetLinks(
SwimLaneMap source,
SwimLane target
)
public:
static ReadOnlyCollection<SwimLaneMapReferencesSwimLane^>^ GetLinks(
SwimLaneMap^ source,
SwimLane^ target
)
static member GetLinks :
source:SwimLaneMap *
target:SwimLane -> ReadOnlyCollection<SwimLaneMapReferencesSwimLane>
public static function GetLinks(
source : SwimLaneMap,
target : SwimLane
) : ReadOnlyCollection<SwimLaneMapReferencesSwimLane>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SwimLaneMapReferencesSwimLane>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.