DataObjectChangedEventArgs.PropertyValues 属性

定义

获取包含现有属性名称和值的名称/值对的集合。

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ PropertyValues { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> PropertyValues { get; }
member this.PropertyValues : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property PropertyValues As IDictionary(Of String, Object)

属性值

IDictionary<String,Object>

包含现有属性名称和值的名称/值对的集合。

适用于