Condividi tramite


Metodo PathHasSegments.GetSegments

Ottiene un elenco di segmenti.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintassi

'Dichiarazione
Public Shared Function GetSegments ( _
    element As DomainPath _
) As LinkedElementCollection(Of PathSegment)
public static LinkedElementCollection<PathSegment> GetSegments(
    DomainPath element
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PathHasSegments Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition