DslLibraryDefinesElements.GetLinksToDiagramElements(DslLibrary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the list of DslLibraryDefinesElements links to a DslLibrary.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::DslLibraryDefinesElements ^> ^ GetLinksToDiagramElements(Microsoft::VisualStudio::Modeling::DslDefinition::DslLibrary ^ dslLibraryInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements> GetLinksToDiagramElements (Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary dslLibraryInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToDiagramElements : Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.DslLibraryDefinesElements>
Public Shared Function GetLinksToDiagramElements (dslLibraryInstance As DslLibrary) As ReadOnlyCollection(Of DslLibraryDefinesElements)
Parameters
- dslLibraryInstance
- DslLibrary
Returns
- Attributes