IEnumExplorerCommand interface
Provided by an IExplorerCommandProvider. This interface contains the enumeration of commands to be put into the command bar.
Members
The IEnumExplorerCommand interface inherits from the IUnknown interface. IEnumExplorerCommand also has these types of members:
Methods
The IEnumExplorerCommand interface has these methods.
| Method | Description |
|---|---|
| Clone |
Not currently implemented. |
| Next |
Retrieves a specified number of elements that directly follow the current element. |
| Reset |
Resets the enumeration to 0. |
| Skip |
Not currently implemented. |
Remarks
None of the methods of this interface should talk to network resources. They are called on the UI thread; communicating with network resources would cause the UI to stop responding.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 [desktop apps only] |
|
Header |
|
|
IDL |
|