Share via


SwimLaneHasDecorators.GetLink(SwimLane, Decorator) Method

Definition

Get the one SwimLaneHasDecorators link between a given SwimLaneand a Decorator.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::SwimLaneHasDecorators ^ GetLink(Microsoft::VisualStudio::Modeling::DslDefinition::SwimLane ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::Decorator ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators GetLink (Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane source, Microsoft.VisualStudio.Modeling.DslDefinition.Decorator target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLink : Microsoft.VisualStudio.Modeling.DslDefinition.SwimLane * Microsoft.VisualStudio.Modeling.DslDefinition.Decorator -> Microsoft.VisualStudio.Modeling.DslDefinition.SwimLaneHasDecorators
Public Shared Function GetLink (source As SwimLane, target As Decorator) As SwimLaneHasDecorators

Parameters

source
SwimLane
target
Decorator

Returns

Attributes

Applies to