Partilhar via


Método PropertyPathReferencesProperty.GetLinks

Obtenha todos os links entre determinado PropertyPath e uma DomainProperty PropertyPathReferencesProperty.

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

PropertyPathReferencesProperty Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition