ObjectManager.RecordDelayedFixup(Int64, String, Int64) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
記錄物件成員的修復,以便稍後執行。
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
參數小於或等於零。
memberName
參數為 null
。
備註
修正適用於指定之物件的指定成員。 修正程式期間要使用的值會以 自變數的形式 objectRequired
提供。