Win32ShellContextMenuProviderExecuteCommand(ShellContextMenuCommand) Method |
Use ExecuteCommand(ShellCommand) instead
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax[ObsoleteAttribute("Use ExecuteCommand(ShellCommand) instead")]
public void ExecuteCommand(
ShellContextMenuCommand pCommand
)<ObsoleteAttribute("Use ExecuteCommand(ShellCommand) instead")>
Public Sub ExecuteCommand (
pCommand As ShellContextMenuCommand
)public:
[ObsoleteAttribute(L"Use ExecuteCommand(ShellCommand) instead")]
void ExecuteCommand(
ShellContextMenuCommand pCommand
)
[<ObsoleteAttribute("Use ExecuteCommand(ShellCommand) instead")>]
member ExecuteCommand :
pCommand : ShellContextMenuCommand -> unit Parameters
- pCommand ShellContextMenuCommand
- The command.
See Also