UndoItem2.LookupStrings

Syntax

UndoItem2.LookupStrings

Data Type

String Array

Purpose

Returns the lookup strings that, when combined with the corresponding items in the UndoItem2.TopObjects property, specify the objects the UndoItem.Undo and UndoItem.Redo methods modify.

Remarks

Calling the UndoItem.EditedObjects property returns all objects that UndoItem2.TopObjects[i].GetPropertyObject(UndoItem2.LookupStrings[i]) references. If one of the objects does not exist, the UndoItem.EditedObjects property fails and returns an error that explains that the property the lookupstring parameter specifies does not exist.

See Also

UndoItem.EditedObjects

UndoItem.Redo

UndoItem.Undo

UndoItem2.TopObjects