Partager via


SwimLaneHasDecorators.GetLinks(SwimLane, Decorator) Method

Definition

Get any SwimLaneHasDecorators links between a given SwimLane and a Decorator.

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

Parameters

source
SwimLane
target
Decorator

Returns

Attributes

Applies to