Partilhar via


Método DomainPropertyHasElementNameProvider.GetLinks

Obtenha todos os links entre um determinado DomainProperty e um ExternalType DomainPropertyHasElementNameProvider.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintaxe

'Declaração
Public Shared Function GetLinks ( _
    source As DomainProperty, _
    target As ExternalType _
) As ReadOnlyCollection(Of DomainPropertyHasElementNameProvider)
public static ReadOnlyCollection<DomainPropertyHasElementNameProvider> GetLinks(
    DomainProperty source,
    ExternalType target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

DomainPropertyHasElementNameProvider Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition