Count

Property of IUndoItems

Description

Returns number of items in collection

Property type

Read-Only Property of type long

Syntax

JavaScript

var nVal = UndoItems.Count;

==== Visual Basic Script ====

nVal = UndoItems.Count

==== C++ ====

long nVal;
HRESULT hr = UndoItems.get_Count(&nVal);

===== See Also ===== IUndoItems