SwimLaneHasBaseSwimLane.GetLinks Method
Get any SwimLaneHasBaseSwimLane links between a given SwimLane 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 SwimLane, _
target As SwimLane _
) As ReadOnlyCollection(Of SwimLaneHasBaseSwimLane)
public static ReadOnlyCollection<SwimLaneHasBaseSwimLane> GetLinks(
SwimLane source,
SwimLane target
)
public:
static ReadOnlyCollection<SwimLaneHasBaseSwimLane^>^ GetLinks(
SwimLane^ source,
SwimLane^ target
)
static member GetLinks :
source:SwimLane *
target:SwimLane -> ReadOnlyCollection<SwimLaneHasBaseSwimLane>
public static function GetLinks(
source : SwimLane,
target : SwimLane
) : ReadOnlyCollection<SwimLaneHasBaseSwimLane>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<SwimLaneHasBaseSwimLane>
.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.