Share via


DslLibraryDefinesShapes.GetLinksToShapes Method

Get the list of DslLibraryDefinesShapes links to a DslLibrary.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public Shared Function GetLinksToShapes ( _
    dslLibraryInstance As DslLibrary _
) As ReadOnlyCollection(Of DslLibraryDefinesShapes)
public static ReadOnlyCollection<DslLibraryDefinesShapes> GetLinksToShapes(
    DslLibrary dslLibraryInstance
)
public:
static ReadOnlyCollection<DslLibraryDefinesShapes^>^ GetLinksToShapes(
    DslLibrary^ dslLibraryInstance
)
static member GetLinksToShapes : 
        dslLibraryInstance:DslLibrary -> ReadOnlyCollection<DslLibraryDefinesShapes> 
public static function GetLinksToShapes(
    dslLibraryInstance : DslLibrary
) : ReadOnlyCollection<DslLibraryDefinesShapes>

Parameters

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryDefinesShapes>

.NET Framework Security

See Also

Reference

DslLibraryDefinesShapes Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace