Compartilhar via


Propriedade DataObjectChangedEventArgs.PropertyValues

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

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

Sintaxe

'Declaração
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>
function get PropertyValues () : IDictionary<String, Object>

Valor de propriedade

Tipo: System.Collections.Generic.IDictionary<String, Object>
Uma coleção de nome/valor emparelha a contém os nomes e valores de propriedade existentes.

Segurança do .NET Framework

Consulte também

Referência

DataObjectChangedEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Services