Share via


PathHasSegments.GetLinksToSegments Method

Get the list of PathHasSegments links to a DomainPath.

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

Syntax

'Declaration
Public Shared Function GetLinksToSegments ( _
    pathInstance As DomainPath _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinksToSegments(
    DomainPath pathInstance
)
public:
static ReadOnlyCollection<PathHasSegments^>^ GetLinksToSegments(
    DomainPath^ pathInstance
)
static member GetLinksToSegments : 
        pathInstance:DomainPath -> ReadOnlyCollection<PathHasSegments> 
public static function GetLinksToSegments(
    pathInstance : DomainPath
) : ReadOnlyCollection<PathHasSegments>

Parameters

Return Value

Type: ReadOnlyCollection<PathHasSegments>

.NET Framework Security

See Also

Reference

PathHasSegments Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace