Condividi tramite


Metodo ElementMergeDirectiveHasLinkCreationPaths.GetLinks

Ottenere tutti i collegamenti di ElementMergeDirectiveHasLinkCreationPaths tra un ElementMergeDirective specificato e un DomainPath.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetLinks ( _
    source As ElementMergeDirective, _
    target As DomainPath _
) As ReadOnlyCollection(Of ElementMergeDirectiveHasLinkCreationPaths)
public static ReadOnlyCollection<ElementMergeDirectiveHasLinkCreationPaths> GetLinks(
    ElementMergeDirective source,
    DomainPath target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ElementMergeDirectiveHasLinkCreationPaths Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition