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
参数提供。