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