Share via


DataObjectChangedEventArgs.PropertyValues Property

Gets a collection of name/value pairs containing the existing 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 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>

Property Value

Type: System.Collections.Generic.IDictionary<String, Object>
A collection of name/value pairs containing the existing property names and values.

.NET Framework Security

See Also

Reference

DataObjectChangedEventArgs Class

Microsoft.VisualStudio.Data.Services Namespace