DslLibraryHasDslLibraryImports.GetLinks Method
Get any DslLibraryHasDslLibraryImports links between a given DslLibrary and a DslLibraryImport.
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 GetLinks ( _
source As DslLibrary, _
target As DslLibraryImport _
) As ReadOnlyCollection(Of DslLibraryHasDslLibraryImports)
public static ReadOnlyCollection<DslLibraryHasDslLibraryImports> GetLinks(
DslLibrary source,
DslLibraryImport target
)
public:
static ReadOnlyCollection<DslLibraryHasDslLibraryImports^>^ GetLinks(
DslLibrary^ source,
DslLibraryImport^ target
)
static member GetLinks :
source:DslLibrary *
target:DslLibraryImport -> ReadOnlyCollection<DslLibraryHasDslLibraryImports>
public static function GetLinks(
source : DslLibrary,
target : DslLibraryImport
) : ReadOnlyCollection<DslLibraryHasDslLibraryImports>
Parameters
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<DslLibraryHasDslLibraryImports>
.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.