Share via


ConnectorHasDecorators.GetLinks(Connector, Decorator) Method

Definition

Get any ConnectorHasDecorators links between a given Connector and a Decorator.

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

Parameters

source
Connector
target
Decorator

Returns

Attributes

Applies to