Share via


DomainPath.Segments Property

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

Syntax

'Declaration
Public ReadOnly Property Segments As LinkedElementCollection(Of PathSegment)
'Usage
Dim instance As DomainPath 
Dim value As LinkedElementCollection(Of PathSegment)

value = instance.Segments
public LinkedElementCollection<PathSegment> Segments { get; }
public:
property LinkedElementCollection<PathSegment^>^ Segments {
    LinkedElementCollection<PathSegment^>^ get ();
}
public function get Segments () : LinkedElementCollection<PathSegment>

Property Value

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

.NET Framework Security

See Also

Reference

DomainPath Class

DomainPath Members

Microsoft.VisualStudio.Modeling.DslDefinition Namespace