PathHasSegments.GetLinksToSegments (Método)

Obtiene la lista de vínculos de PathHasSegments a un DomainPath.

Espacio de nombres:  Microsoft.VisualStudio.Modeling.DslDefinition
Ensamblado:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxis

'Declaración
Public Shared Function GetLinksToSegments ( _
    pathInstance As DomainPath _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinksToSegments(
    DomainPath pathInstance
)

Parámetros

Valor devuelto

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

Seguridad de .NET Framework

Vea también

Referencia

PathHasSegments Clase

Microsoft.VisualStudio.Modeling.DslDefinition (Espacio de nombres)