DslLibraryDefinesShapes.GetLinksToShapes(DslLibrary) Method

Definition

Get the list of DslLibraryDefinesShapes links to a DslLibrary.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibraryDefinesShapes ^> ^ GetLinksToShapes(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibraryInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesShapes> GetLinksToShapes (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibraryInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToShapes : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesShapes>
Public Shared Function GetLinksToShapes (dslLibraryInstance As DslLibrary) As ReadOnlyCollection(Of DslLibraryDefinesShapes)

Parameters

dslLibraryInstance
DslLibrary

Returns

Attributes

Applies to