Compartir a través de


DataObjectChangedEventArgs.NewPropertyValues (Propiedad)

Obtiene una colección de pares nombre-valor que contienen nuevos nombres y valores de propiedad.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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> with get
function get NewPropertyValues () : IDictionary<String, Object>

Valor de propiedad

Tipo: IDictionary<String, Object>
Una colección de nombre/valor empareja contener nuevos nombres y valores de propiedad.

Seguridad de .NET Framework

Vea también

Referencia

DataObjectChangedEventArgs Clase

Microsoft.VisualStudio.Data.Services (Espacio de nombres)