PathHasSegments.GetLinksToSegments(DomainPath) Method

Definition

Get the list of PathHasSegments links to a DomainPath.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PathHasSegments ^> ^ GetLinksToSegments(Microsoft::VisualStudio::Modeling::DslDefinition::DomainPath ^ pathInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathHasSegments> GetLinksToSegments (Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath pathInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToSegments : Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PathHasSegments>
Public Shared Function GetLinksToSegments (pathInstance As DomainPath) As ReadOnlyCollection(Of PathHasSegments)

Parameters

pathInstance
DomainPath

Returns

Attributes

Applies to