次の方法で共有


ObjectManager.RecordArrayElementFixup メソッド (Int64, Int32 , Int64)

後で実行するために、配列内の指定した要素に対するフィックスアップを記録します。

Overloads Public Overridable Sub RecordArrayElementFixup( _
   ByVal arrayToBeFixed As Long, _   ByVal indices() As Integer, _   ByVal objectRequired As Long _)
[C#]
public virtual void RecordArrayElementFixup(longarrayToBeFixed,int[] indices,longobjectRequired);
[C++]
public: virtual void RecordArrayElementFixup(__int64arrayToBeFixed,intindices __gc[],__int64objectRequired);
[JScript]
public function RecordArrayElementFixup(
   arrayToBeFixed : long,indices : int[],objectRequired : long);

パラメータ

  • arrayToBeFixed
    フィックスアップを記録するために使用する配列の ID。
  • indices
    フィックスアップが要求されている多次元配列内のインデックス。
  • objectRequired
    フィックスアップが完了した後に、配列の要素が指すオブジェクトの ID。

例外

例外の種類 条件
ArgumentOutOfRangeException arrayToBeFixed パラメータまたは objectRequired パラメータが 0 以下です。
ArgumentNullException indices パラメータが null 参照 (Visual Basic では Nothing) です。

解説

フィックスアップは、指定した配列の指定した要素に対して行われます。フィックスアップ処理で使用する値は、 objectRequired パラメータで指定します。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

ObjectManager クラス | ObjectManager メンバ | System.Runtime.Serialization 名前空間 | ObjectManager.RecordArrayElementFixup オーバーロードの一覧