IEnumExplorerCommand interface (shobjidl_core.h)
Provided by an IExplorerCommandProvider. This interface contains the enumeration of commands to be put into the command bar.
Inheritance
The IEnumExplorerCommand interface inherits from the IUnknown interface. IEnumExplorerCommand also has these types of members:
Methods
The IEnumExplorerCommand interface has these methods.
IEnumExplorerCommand::Clone Not currently implemented. (IEnumExplorerCommand.Clone) |
IEnumExplorerCommand::Next Retrieves a specified number of elements that directly follow the current element. |
IEnumExplorerCommand::Reset Resets the enumeration to 0. |
IEnumExplorerCommand::Skip Not currently implemented. (IEnumExplorerCommand.Skip) |
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
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | shobjidl_core.h (include Shobjidl.h) |