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
- dslLibraryInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryDefinesShapes>
.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.