CloudFilesContextMenuVerbBaseEnumSubCommands Method |
IT Hit User File System
Retrieves an enumerator for a command's subcommands.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax public int EnumSubCommands(
out IEnumExplorerCommand commandEnum
)
Public Function EnumSubCommands (
<OutAttribute> ByRef commandEnum As IEnumExplorerCommand
) As Integer
public:
virtual int EnumSubCommands(
[OutAttribute] IEnumExplorerCommand^% commandEnum
) sealed
abstract EnumSubCommands :
commandEnum : IEnumExplorerCommand byref -> int
override EnumSubCommands :
commandEnum : IEnumExplorerCommand byref -> int
Parameters
- commandEnum
- Type: IEnumExplorerCommand
Contains an IEnumExplorerCommand interface pointer that can be used to walk the set of subcommands.
Return Value
Type:
Int32If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Implements
IExplorerCommand.EnumSubCommands(IEnumExplorerCommand)See Also