DataObjectChangedEventArgs.NewPropertyValues Property
Gets a collection of name/value pairs containing the new property names and values.
Namespace: Microsoft.VisualStudio.Data.Services
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Public ReadOnly Property NewPropertyValues As IDictionary(Of String, Object)
'Usage
Dim instance As DataObjectChangedEventArgs
Dim value As IDictionary(Of String, Object)
value = instance.NewPropertyValues
public IDictionary<string, Object> NewPropertyValues { get; }
public:
property IDictionary<String^, Object^>^ NewPropertyValues {
IDictionary<String^, Object^>^ get ();
}
public function get NewPropertyValues () : IDictionary<String, Object>
Property Value
Type: System.Collections.Generic.IDictionary<String, Object>
A collection of name/value pairs containing the new property names and values.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DataObjectChangedEventArgs Class