Compartilhar via


Método LinkConnectDirectiveReferencesDomainRelationship.GetLinkConnectDirectives

Obtém uma lista de LinkConnectDirectives.

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 GetLinkConnectDirectives ( _
    element As DomainRelationship _
) As LinkedElementCollection(Of LinkConnectDirective)
public static LinkedElementCollection<LinkConnectDirective> GetLinkConnectDirectives(
    DomainRelationship element
)

Parâmetros

Valor de retorno

Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<LinkConnectDirective>

Segurança do .NET Framework

Consulte também

Referência

LinkConnectDirectiveReferencesDomainRelationship Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition