Partilhar via


Método PathSegmentReferencesRole.GetLinks

Obtenha todos os links entre um determinado PathSegment e um DomainRole PathSegmentReferencesRole.

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 PathSegment, _
    target As DomainRole _
) As ReadOnlyCollection(Of PathSegmentReferencesRole)
public static ReadOnlyCollection<PathSegmentReferencesRole> GetLinks(
    PathSegment source,
    DomainRole target
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

PathSegmentReferencesRole Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition