Freigeben über


DslLibraryDefinesShapes.GetLinksToShapes-Methode

Ruft die Liste der DslLibraryDefinesShapes-Links für DslLibrary ab.

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
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DslLibraryDefinesShapes Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace