Compartir a través de


DataObjectChangedEventArgs.PropertyValues (Propiedad)

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

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

Sintaxis

'Declaración
Public ReadOnly Property PropertyValues As IDictionary(Of String, Object)
public IDictionary<string, Object> PropertyValues { get; }
public:
property IDictionary<String^, Object^>^ PropertyValues {
    IDictionary<String^, Object^>^ get ();
}
member PropertyValues : IDictionary<string, Object> with get
function get PropertyValues () : IDictionary<String, Object>

Valor de propiedad

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

Seguridad de .NET Framework

Vea también

Referencia

DataObjectChangedEventArgs Clase

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