ShapeHasDecorators.GetLink(Shape, Decorator) Method

Definition

Get the one ShapeHasDecorators link between a given Shapeand a Decorator.

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

Parameters

source
Shape
target
Decorator

Returns

Attributes

Applies to