ObjectChanged イベントを発生させます。
名前空間: Microsoft.VisualStudio.Data.Services
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
Sub RaiseObjectChanged ( _
typeName As String, _
identifier As Object(), _
propertyValues As IDictionary(Of String, Object), _
newIdentifier As Object(), _
newPropertyValues As IDictionary(Of String, Object) _
)
void RaiseObjectChanged(
string typeName,
Object[] identifier,
IDictionary<string, Object> propertyValues,
Object[] newIdentifier,
IDictionary<string, Object> newPropertyValues
)
void RaiseObjectChanged(
String^ typeName,
array<Object^>^ identifier,
IDictionary<String^, Object^>^ propertyValues,
array<Object^>^ newIdentifier,
IDictionary<String^, Object^>^ newPropertyValues
)
abstract RaiseObjectChanged :
typeName:string *
identifier:Object[] *
propertyValues:IDictionary<string, Object> *
newIdentifier:Object[] *
newPropertyValues:IDictionary<string, Object> -> unit
function RaiseObjectChanged(
typeName : String,
identifier : Object[],
propertyValues : IDictionary<String, Object>,
newIdentifier : Object[],
newPropertyValues : IDictionary<String, Object>
)
パラメーター
- typeName
型 : System.String
イベントを発生させるデータ オブジェクトの型の名前。
- identifier
型 : array<System.Object[]
古いデータ オブジェクトを区別する識別子のコンポーネントが格納された配列。
- propertyValues
型 : System.Collections.Generic.IDictionary<String, Object>
変更されたデータ オブジェクト プロパティの古い値。
- newIdentifier
型 : array<System.Object[]
新しいデータ オブジェクトを区別する識別子のコンポーネントが格納された配列。
- newPropertyValues
型 : System.Collections.Generic.IDictionary<String, Object>
変更されたデータ オブジェクトの新しいプロパティ値。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。