Share via


DslLibraryHasDslLibraryImports.GetLinksToDslLibraryImports Method

Get the list of DslLibraryHasDslLibraryImports 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

'Declaration
Public Shared Function GetLinksToDslLibraryImports ( _
    dslLibraryInstance As DslLibrary _
) As ReadOnlyCollection(Of DslLibraryHasDslLibraryImports)
public static ReadOnlyCollection<DslLibraryHasDslLibraryImports> GetLinksToDslLibraryImports(
    DslLibrary dslLibraryInstance
)
public:
static ReadOnlyCollection<DslLibraryHasDslLibraryImports^>^ GetLinksToDslLibraryImports(
    DslLibrary^ dslLibraryInstance
)
static member GetLinksToDslLibraryImports : 
        dslLibraryInstance:DslLibrary -> ReadOnlyCollection<DslLibraryHasDslLibraryImports> 
public static function GetLinksToDslLibraryImports(
    dslLibraryInstance : DslLibrary
) : ReadOnlyCollection<DslLibraryHasDslLibraryImports>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

DslLibraryHasDslLibraryImports Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace