Condividi tramite


Metodo PathHasSegments.GetLinksToSegments

Ottiene l'elenco di collegamenti PathHasSegments a un DomainPath.

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 GetLinksToSegments ( _
    pathInstance As DomainPath _
) As ReadOnlyCollection(Of PathHasSegments)
public static ReadOnlyCollection<PathHasSegments> GetLinksToSegments(
    DomainPath pathInstance
)

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