Condividi tramite


Metodo PropertyPathHasPath.GetLinks

Ottiene tutti i collegamenti PropertyPathHasPath tra un determinato PropertyPath e 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 GetLinks ( _
    source As PropertyPath, _
    target As DomainPath _
) As ReadOnlyCollection(Of PropertyPathHasPath)
public static ReadOnlyCollection<PropertyPathHasPath> GetLinks(
    PropertyPath source,
    DomainPath target
)

Parametri

Valore restituito

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PropertyPathHasPath Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition