Compartilhar via


Propriedade DataObjectChangedEventArgs.NewPropertyValues

Obtém uma coleção de pares nome/valor que contêm os novos nomes e valores de propriedade.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
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>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Uma coleção de nome/valor emparelha para conter os novos nomes e valores de propriedade.

Segurança do .NET Framework

Consulte também

Referência

DataObjectChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Services