Partager via


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

Voir aussi

Référence

DataObjectChangedEventArgs Classe

Microsoft.VisualStudio.Data.Services, espace de noms