Condividi tramite


Metodo PathHasSegments.GetLinks

Ottiene tutti i collegamenti PathHasSegments tra un determinato DomainPath e un PathSegment.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.12.0.dll)

Sintassi

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

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PathHasSegments Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition