Metodo CompartmentMapHasPropertyDisplayedPath.GetLinks
Ottiene tutti i collegamenti CompartmentMapHasPropertyDisplayedPath tra un determinato oggetto CompartmentMap e un PropertyPath.
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 CompartmentMap, _
target As PropertyPath _
) As ReadOnlyCollection(Of CompartmentMapHasPropertyDisplayedPath)
public static ReadOnlyCollection<CompartmentMapHasPropertyDisplayedPath> GetLinks(
CompartmentMap source,
PropertyPath target
)
Parametri
Valore restituito
Tipo: System.Collections.ObjectModel.ReadOnlyCollection<CompartmentMapHasPropertyDisplayedPath>
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
CompartmentMapHasPropertyDisplayedPath Classe
Spazio dei nomi Microsoft.VisualStudio.Modeling.DslDefinition