ConnectorHasDecorators.GetLink(Connector, Decorator) Method

Definition

Get the one ConnectorHasDecorators link between a given Connectorand a Decorator.

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

Parameters

source
Connector
target
Decorator

Returns

Attributes

Applies to