PathHasSegments.GetSegments (Método)

obtiene una lista de segmentos.

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 GetSegments ( _
    element As DomainPath _
) As LinkedElementCollection(Of PathSegment)
public static LinkedElementCollection<PathSegment> GetSegments(
    DomainPath element
)

Parámetros

Valor devuelto

Tipo: Microsoft.VisualStudio.Modeling.LinkedElementCollection<PathSegment>

Seguridad de .NET Framework

Vea también

Referencia

PathHasSegments Clase

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