DataObjectChangedEventArgs コンストラクター (String, array<Object[], IDictionary<String, Object>, array<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), _
    newIdentifier As Object(), _
    newPropertyValues As IDictionary(Of String, Object) _
)
public DataObjectChangedEventArgs(
    string typeName,
    Object[] identifier,
    IDictionary<string, Object> propertyValues,
    Object[] newIdentifier,
    IDictionary<string, Object> newPropertyValues
)
public:
DataObjectChangedEventArgs(
    String^ typeName, 
    array<Object^>^ identifier, 
    IDictionary<String^, Object^>^ propertyValues, 
    array<Object^>^ newIdentifier, 
    IDictionary<String^, Object^>^ newPropertyValues
)
new : 
        typeName:string * 
        identifier:Object[] * 
        propertyValues:IDictionary<string, Object> * 
        newIdentifier:Object[] * 
        newPropertyValues:IDictionary<string, Object> -> DataObjectChangedEventArgs
public function DataObjectChangedEventArgs(
    typeName : String, 
    identifier : Object[], 
    propertyValues : IDictionary<String, Object>, 
    newIdentifier : Object[], 
    newPropertyValues : IDictionary<String, Object>
)

パラメーター

  • typeName
    型 : System.String
    データ オブジェクトの型の名前。
  • identifier
    型 : array<System.Object[]
    データ オブジェクトを識別する識別子の一部の配列。
  • newIdentifier
    型 : array<System.Object[]
    新しいデータ オブジェクトを識別する識別子の一部の配列。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

DataObjectChangedEventArgs クラス

DataObjectChangedEventArgs オーバーロード

Microsoft.VisualStudio.Data.Services 名前空間