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