IVBUndoUnit.UnitTypeLong property (Visio)

Identifies an undo unit by a Long. Read-only.

Syntax

expression. UnitTypeLong

expression A variable that represents an IVBUndoUnit object.

Return value

Long

Remarks

If you are creating an undo unit for your solution, the UnitTypeLong property is one of the members of IVBUndoUnit that you must implement. Use the UnitTypeLong value to identify your undo units.

The UnitTypeLong value is optional, and you can and set the value to zero (0) when you implement the property.

For more information about the UnitTypeLong property and using the IVBUndoUnit interface to create undo units, search for "creating undo units" on MSDN, the Microsoft Developer Network.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.