ShellCommand Conversion (ShellContextMenuCommand to ShellCommand) |
Implicit cast that converts the given ShellContextMenuCommand to a ShellCommand.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 ShellContextMenuCommand
- The shell context menu command.
Return Value
ShellCommandThe result of the operation.
See Also