Compartilhar via


Método PropertyHasType.GetLinksToProperties

Obter a lista de links de PropertyHasType para um DomainType.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Public Shared Function GetLinksToProperties ( _
    typeInstance As DomainType _
) As ReadOnlyCollection(Of PropertyHasType)
public static ReadOnlyCollection<PropertyHasType> GetLinksToProperties(
    DomainType typeInstance
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

PropertyHasType Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition