Partilhar via


Método ElementMergeDirectiveHasForwardingPath.GetLinks

Obtenha todos os links entre um determinado ElementMergeDirective e um DomainPath ElementMergeDirectiveHasForwardingPath.

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

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ElementMergeDirectiveHasForwardingPath Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition