Proprietà GraphUpdatedEventArgs.ScopeProperties
Il contenitore di proprietà associati a questo gruppo di eventi.
Spazio dei nomi: Microsoft.VisualStudio.GraphModel
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property ScopeProperties As Dictionary(Of Object, Object)
public Dictionary<Object, Object> ScopeProperties { get; }
public:
property Dictionary<Object^, Object^>^ ScopeProperties {
Dictionary<Object^, Object^>^ get ();
}
member ScopeProperties : Dictionary<Object, Object>
function get ScopeProperties () : Dictionary<Object, Object>
Valore proprietà
Tipo: System.Collections.Generic.Dictionary<Object, Object>
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.