Freigeben über


DomainPath.Segments-Eigenschaft

Ruft eine Liste mit Segmenten ab. Segmente des Pfads.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property Segments As LinkedElementCollection(Of PathSegment)
public LinkedElementCollection<PathSegment> Segments { get; }

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DomainPath Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace