次の方法で共有


ObjectManager.RecordDelayedFixup メソッド

後で実行するために、オブジェクト メンバに対するフィックスアップを記録します。

Public Overridable Sub RecordDelayedFixup( _
   ByVal objectToBeFixed As Long, _   ByVal memberName As String, _   ByVal objectRequired As Long _)
[C#]
public virtual void RecordDelayedFixup(longobjectToBeFixed,stringmemberName,longobjectRequired);
[C++]
public: virtual void RecordDelayedFixup(__int64objectToBeFixed,String* memberName,__int64objectRequired);
[JScript]
public function RecordDelayedFixup(
   objectToBeFixed : long,memberName : String,objectRequired : long);

パラメータ

  • objectToBeFixed
    objectRequired への参照を必要とするオブジェクトの ID。
  • memberName
    フィックスアップを実行する objectToBeFixed のメンバ名。
  • objectRequired
    objectToBeFixed が要求するオブジェクトの ID。

例外

例外の種類 条件
ArgumentOutOfRangeException objectToBeFixed パラメータまたは objectRequired パラメータが 0 以下です。
ArgumentNullException memberName パラメータが 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 名前空間