DslLibraryHasTypes.GetLinksToTypes (Método)

Obtiene la lista de vínculos de DslLibraryHasTypes a un DslLibrary.

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

Sintaxis

'Declaración
Public Shared Function GetLinksToTypes ( _
    dslLibraryInstance As DslLibrary _
) As ReadOnlyCollection(Of DslLibraryHasTypes)
public static ReadOnlyCollection<DslLibraryHasTypes> GetLinksToTypes(
    DslLibrary dslLibraryInstance
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

DslLibraryHasTypes Clase

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