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