ShellCommand Conversion (ShellContextMenuCommand to ShellCommand) |
Implicit cast that converts the given ShellContextMenuCommand to a ShellCommand.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public static implicit operator ShellCommand (
ShellContextMenuCommand pShellContextMenuCommand
)
Public Shared Widening Operator CType (
pShellContextMenuCommand As ShellContextMenuCommand
) As ShellCommand
static implicit operator ShellCommand^ (
ShellContextMenuCommand pShellContextMenuCommand
)
F# does not support the declaration of new casting operators.
Parameters
- pShellContextMenuCommand
- Type: Jam.ShellShellContextMenuCommand
The shell context menu command.
Return Value
Type:
ShellCommandThe result of the operation.
See Also