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
- pathInstance
Tipo: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
Valor de retorno
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<PathHasSegments>
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.