Partilhar via


Método PropertyPathHasPath.GetLinks

Obtenha todos os links entre determinado PropertyPath e um DomainPath PropertyPathHasPath.

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 GetLinks ( _
    source As PropertyPath, _
    target As DomainPath _
) As ReadOnlyCollection(Of PropertyPathHasPath)
public static ReadOnlyCollection<PropertyPathHasPath> GetLinks(
    PropertyPath source,
    DomainPath target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

PropertyPathHasPath Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition