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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.