データ オブジェクトを、プロパティ名と値の名前と値のペアのコレクション表している、識別子の一部のオブジェクトの種類の名前、配列、新しいプロパティ名と値の名前と値のペアのコレクションに 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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。
参照
関連項目
DataObjectChangedEventArgs クラス