This interface is a standard OLE enumeration interface. Its methods are used by applications to enumerate the menus stored in the voice command database
| Method | Description | 
| IVCmdEnum::Clone | Retrieves another enumerator that contains the same enumeration state as the current one. | 
| IVCmdEnum::Next | Retrieves the specified number of items in the enumeration sequence. | 
| IVCmdEnum::Reset | Resets the enumeration sequence back to the beginning. | 
| IVCmdEnum::Skip | Skips over a specified number of elements in the enumeration sequence. | 
This interface is supported by all voice command objects.