UndoRecord.StartCustomRecord(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initiates the creation of a custom undo record.
public void StartCustomRecord (string Name = "");
abstract member StartCustomRecord : string -> unit
Public Sub StartCustomRecord (Optional Name As String = "")
Parameters
- Name
- String
Specifies the name of the custom undo record. This string is limited to 64 characters. If a longer string is supplied, the string is truncated to 64 characters.
Remarks
If the Name
parameter is omitted or is an empty string, Word 2010 uses the name of the first command executed as the name of the undo record.
This method begins the creation of a custom undo record, which records all actions done to the application while it is active under a record defined by Name.