DslLibraryDefinesElements.GetLinksToDiagramElements Method
Get the list of DslLibraryDefinesElements 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 GetLinksToDiagramElements ( _
dslLibraryInstance As DslLibrary _
) As ReadOnlyCollection(Of DslLibraryDefinesElements)
public static ReadOnlyCollection<DslLibraryDefinesElements> GetLinksToDiagramElements(
DslLibrary dslLibraryInstance
)
public:
static ReadOnlyCollection<DslLibraryDefinesElements^>^ GetLinksToDiagramElements(
DslLibrary^ dslLibraryInstance
)
static member GetLinksToDiagramElements :
dslLibraryInstance:DslLibrary -> ReadOnlyCollection<DslLibraryDefinesElements>
public static function GetLinksToDiagramElements(
dslLibraryInstance : DslLibrary
) : ReadOnlyCollection<DslLibraryDefinesElements>
Parameters
- dslLibraryInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DslLibrary
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryDefinesElements>
.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.