다음을 통해 공유


DslLibraryDefinesShapes.GetLink Method

Get the one DslLibraryDefinesShapes link between a given DslLibraryand a BaseShape.

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 DslLibrary, _
    target As BaseShape _
) As DslLibraryDefinesShapes
public static DslLibraryDefinesShapes GetLink(
    DslLibrary source,
    BaseShape target
)
public:
static DslLibraryDefinesShapes^ GetLink(
    DslLibrary^ source, 
    BaseShape^ target
)
static member GetLink : 
        source:DslLibrary * 
        target:BaseShape -> DslLibraryDefinesShapes 
public static function GetLink(
    source : DslLibrary, 
    target : BaseShape
) : DslLibraryDefinesShapes

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesShapes

.NET Framework Security

See Also

Reference

DslLibraryDefinesShapes Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace