Partilhar via


Método PathSegmentReferencesRole.GetLinksToPathSegments

Obter a lista de links de PathSegmentReferencesRole para um DomainRole.

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 GetLinksToPathSegments ( _
    roleInstance As DomainRole _
) As ReadOnlyCollection(Of PathSegmentReferencesRole)
public static ReadOnlyCollection<PathSegmentReferencesRole> GetLinksToPathSegments(
    DomainRole roleInstance
)

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