Compartilhar via


Método ElementMergeDirectiveHasLinkCreationPaths.GetLinks

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

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 ElementMergeDirectiveHasLinkCreationPaths)
public static ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths> GetLinks(
    ElementMergeDirective source,
    DomainPath target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

ElementMergeDirectiveHasLinkCreationPaths Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition