Compartir a través de


PropertyHasType.GetLinksToProperties (Método)

Obtiene la lista de vínculos de PropertyHasType a un DomainType.

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 GetLinksToProperties ( _
    typeInstance As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinksToProperties(
    DomainType typeInstance
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PropertyHasType Clase

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