Share via


PathHasSegments.GetLinkToPath(PathSegment) Method

Definition

Get the PathHasSegments link to a PathSegment.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::PathHasSegments ^ GetLinkToPath(Microsoft::VisualStudio::Modeling::DslDefinition::PathSegment ^ segmentInstance);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.PathHasSegments GetLinkToPath (Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment segmentInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinkToPath : Microsoft.VisualStudio.Modeling.DslDefinition.PathSegment -> Microsoft.VisualStudio.Modeling.DslDefinition.PathHasSegments
Public Shared Function GetLinkToPath (segmentInstance As PathSegment) As PathHasSegments

Parameters

segmentInstance
PathSegment

Returns

Attributes

Applies to