Freigeben über


PathHasSegments.GetLinks-Methode

Ruft alle PathHasSegments-Links zwischen einem angegebenen DomainPath und einem PathSegment ab.

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

Syntax

'Declaration
Public Shared Function GetLinks ( _
    source As DomainPath, _
    target As PathSegment _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinks(
    DomainPath source,
    PathSegment target
)

Parameter

Rückgabewert

Typ: System.Collections.ObjectModel.ReadOnlyCollection<PathHasSegments>

.NET Framework-Sicherheit

Siehe auch

Referenz

PathHasSegments Klasse

Microsoft.VisualStudio.Modeling.DslDefinition-Namespace