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

注釈

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

適用対象