IShellCommandInvokableInvokeCommandOnSelected Method |
Executes the given command on the selected items. Not implemented in base-class.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax bool InvokeCommandOnSelected(
ShellCommand pCommand
)
Function InvokeCommandOnSelected (
pCommand As ShellCommand
) As Boolean
bool InvokeCommandOnSelected(
ShellCommand^ pCommand
)
abstract InvokeCommandOnSelected :
pCommand : ShellCommand -> bool
Parameters
- pCommand
- Type: Jam.ShellShellCommand
The command.
Return Value
Type:
BooleanTrue if it succeeds, false if it fails.
See Also