Compartilhar via


Método PathHasSegments.GetLinksToSegments

Obter a lista de links de PathHasSegments para um DomainPath.

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 GetLinksToSegments ( _
    pathInstance As DomainPath _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinksToSegments(
    DomainPath pathInstance
)

Parâmetros

Valor de retorno

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

Segurança do .NET Framework

Consulte também

Referência

PathHasSegments Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition