UndoRecord 接口

定义

提供一个撤消堆栈的入口点。

public interface class UndoRecord
[System.Runtime.InteropServices.Guid("E598E358-2852-42D4-8775-160BD91B7244")]
public interface UndoRecord
type UndoRecord = interface
Public Interface UndoRecord
属性

属性

Application

获取表示ApplicationMicrosoft Word 2010应用程序的 对象。

Creator

获取一个 32 位整数,该整数指示在其中创建了指定对象的应用程序。

CustomRecordLevel

获取一个值,该值指定当前处于活动状态的自定义撤消操作调用数。

CustomRecordName

获取一个字符串,该字符串指定在完成所有自定义撤消操作时显示在撤消堆栈上的条目。

IsRecordingCustomRecord

获取是否正在记录自定义撤消操作。

Parent

获取表示 Object 指定 UndoRecord 对象的父对象的 。

方法

EndCustomRecord()

完成自定义撤消记录的创建过程。

StartCustomRecord(String)

开始创建自定义撤消记录。

适用于