DomainPath.Segments Property

Definition

Gets a list of Segments. Segments of the path.

public:
 property Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^> ^ Segments { Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^> ^ get(); };
public Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment> Segments { [System.Diagnostics.DebuggerStepThrough] get; }
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Segments : Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment>
Public ReadOnly Property Segments As LinkedElementCollection(Of PathSegment)

Property Value

Attributes

Applies to