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
- pathInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
Return Value
Type: ReadOnlyCollection<PathHasSegments>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.