DslLibraryDefinesElements.GetLinksToDiagramElements Method

Get the list of DslLibraryDefinesElements links to a DslLibrary.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'宣告
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

Return Value

Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryDefinesElements>

.NET Framework Security

See Also

Reference

DslLibraryDefinesElements Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace