DataObjectChangedEventArgs 建構函式 (String, array<Object , IDictionary<String, Object>, IDictionary<String, Object>)
DataObjectChangedEventArgs 初始化類別的新執行個體的物件型別名稱,識別項的陣列分別代表資料物件、名稱/值組的集合屬性名稱和值,然後,名稱/值組的另一個集合為新的屬性名稱和值配對。
命名空間: Microsoft.VisualStudio.Data.Services
組件: Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)
語法
'宣告
Public Sub New ( _
typeName As String, _
identifier As Object(), _
propertyValues As IDictionary(Of String, Object), _
newPropertyValues As IDictionary(Of String, Object) _
)
public DataObjectChangedEventArgs(
string typeName,
Object[] identifier,
IDictionary<string, Object> propertyValues,
IDictionary<string, Object> newPropertyValues
)
public:
DataObjectChangedEventArgs(
String^ typeName,
array<Object^>^ identifier,
IDictionary<String^, Object^>^ propertyValues,
IDictionary<String^, Object^>^ newPropertyValues
)
new :
typeName:string *
identifier:Object[] *
propertyValues:IDictionary<string, Object> *
newPropertyValues:IDictionary<string, Object> -> DataObjectChangedEventArgs
public function DataObjectChangedEventArgs(
typeName : String,
identifier : Object[],
propertyValues : IDictionary<String, Object>,
newPropertyValues : IDictionary<String, Object>
)
參數
- typeName
型別:System.String
資料物件的型別名稱。
- identifier
型別:array<System.Object[]
陣列識別資料物件的識別組件。
- propertyValues
型別:System.Collections.Generic.IDictionary<String, Object>
名稱/值組的集合屬性名稱和值。
- newPropertyValues
型別:System.Collections.Generic.IDictionary<String, Object>
名稱/值組的集合為新的屬性名稱和值配對。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。