Share via


PathHasSegments.GetSegments(DomainPath) Method

Definition

Gets a list of Segments.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^> ^ GetSegments(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment> GetSegments (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetSegments : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment>
Public Shared Function GetSegments (element As DomainPath) As LinkedElementCollection(Of PathSegment)

Parameters

element
DomainPath

Returns

Attributes

Applies to