Win32ShellContextMenuProviderExecuteCommand Method (ShellCommand) |
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public void ExecuteCommand(
ShellCommand pCommand
)
Public Sub ExecuteCommand (
pCommand As ShellCommand
)
public:
void ExecuteCommand(
ShellCommand^ pCommand
)
member ExecuteCommand :
pCommand : ShellCommand -> unit
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The command.
Exceptions Exception | Condition |
---|
ArgumentNullException | Thrown if there are no source items |
ArgumentException | Thrown if one of the source items isn't valid or doesn't support the operation requested. |
Win32Exception | Might be thrown if creating the context menu didn't succeed or for errors happening during invoking the command. |
See Also