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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition