ShapeMapReferencesShape.GetLink Method
Get the one ShapeMapReferencesShape link between a given ShapeMapand a Shape.
Namespace: Microsoft.VisualStudio.Modeling.DslDefinition
Assembly: Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)
Syntax
'Declaration
Public Shared Function GetLink ( _
source As ShapeMap, _
target As Shape _
) As ShapeMapReferencesShape
public static ShapeMapReferencesShape GetLink(
ShapeMap source,
Shape target
)
public:
static ShapeMapReferencesShape^ GetLink(
ShapeMap^ source,
Shape^ target
)
static member GetLink :
source:ShapeMap *
target:Shape -> ShapeMapReferencesShape
public static function GetLink(
source : ShapeMap,
target : Shape
) : ShapeMapReferencesShape
Parameters
- target
Type: Microsoft.VisualStudio.Modeling.DslDefinition.Shape
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.