Click or drag to resize

Win32ShellContextMenuProviderExecuteCommand(ShellContextMenuCommand) Method

Use ExecuteCommand(ShellCommand) instead

Executes the command operation on the SourceItems.

Namespace: Jam.Shell
Assembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntax
[ObsoleteAttribute("Use ExecuteCommand(ShellCommand) instead")]
public void ExecuteCommand(
	ShellContextMenuCommand pCommand
)

Parameters

pCommand  ShellContextMenuCommand
The command.
See Also