ObjectManager.RecordDelayedFixup(Int64, String, Int64) メソッド

定義

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

public:
 virtual void RecordDelayedFixup(long objectToBeFixed, System::String ^ memberName, long objectRequired);
public virtual void RecordDelayedFixup (long objectToBeFixed, string memberName, long objectRequired);
abstract member RecordDelayedFixup : int64 * string * int64 -> unit
override this.RecordDelayedFixup : int64 * string * int64 -> unit
Public Overridable Sub RecordDelayedFixup (objectToBeFixed As Long, memberName As String, objectRequired As Long)

パラメーター

objectToBeFixed
Int64

objectRequired への参照を必要とするオブジェクトの ID。

memberName
String

フィックスアップを実行する objectToBeFixed のメンバー名。

objectRequired
Int64

objectToBeFixed が要求するオブジェクトの ID。

例外

objectToBeFixed パラメーターまたは objectRequired パラメーターが 0 以下です。

memberName パラメーターが null です。

注釈

fixup は、指定したオブジェクトの指定されたメンバーに対して行われます。 修正プロセス中に使用される値は、 引数として objectRequired 指定されます。

適用対象