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