Click or drag to resize
TextDocumentUndo Method
Performs a specified number of undo operations.

Namespace: TextObjectModel
Assembly: ManagedTOM2 (in ManagedTOM2.dll) Version: 1.0.5577.41188
Syntax
public int Undo(
	int count
)

Parameters

count
Type: SystemInt32
The specified number of undo operations.

Return Value

Type: Int32
The actual count of undo operations performed.
See Also