DataObjectChangedEventArgs.NewPropertyValues, propriété
Obtient une collection de paires nom/valeur contenant les nouveaux noms de propriété et valeurs.
Espace de noms : Microsoft.VisualStudio.Data.Services
Assembly : Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Déclaration
Public ReadOnly Property NewPropertyValues As IDictionary(Of String, Object)
public IDictionary<string, Object> NewPropertyValues { get; }
public:
property IDictionary<String^, Object^>^ NewPropertyValues {
IDictionary<String^, Object^>^ get ();
}
member NewPropertyValues : IDictionary<string, Object>
function get NewPropertyValues () : IDictionary<String, Object>
Valeur de propriété
Type : System.Collections.Generic.IDictionary<String, Object>
Une collection de paires nom/valeur contenant les nouveaux noms de propriété et valeurs.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.