Win32ShellContextMenuProviderExecuteCommand Method (ShellContextMenuCommand) |
Note: This API is now obsolete.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
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
- Type: Jam.ShellShellContextMenuCommand
The command.
See Also