Compartir a través de


DslLibraryHasDslLibraryImports.GetLinks (Método)

Obtiene los vínculos de DslLibraryHasDslLibraryImports entre un objeto DslLibrary determinado y un objeto DslLibraryImport.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintaxis

'Declaración
Public Shared Function GetLinks ( _
    source As DslLibrary, _
    target As DslLibraryImport _
) As ReadOnlyCollection(Of DslLibraryHasDslLibraryImports)
public static ReadOnlyCollection<DslLibraryHasDslLibraryImports> GetLinks(
    DslLibrary source,
    DslLibraryImport target
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DslLibraryHasDslLibraryImports Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)