Поделиться через


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.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Декларация
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

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.ShapeMapReferencesShape

.NET Framework Security

See Also

Reference

ShapeMapReferencesShape Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace