Click or drag to resize

CloudFilesContextMenuVerbRpcBase Class

IT Hit User File System
Represents context menu provider handler that gets menu data from the Virtual File System Engine.
Inheritance Hierarchy
SystemObject
  ITHit.FileSystem.Windows.ShellExtensionCloudFilesContextMenuVerbBase
    ITHit.FileSystem.Windows.ShellExtensionCloudFilesContextMenuVerbRpcBase

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26727.0-Beta2
Syntax
public class CloudFilesContextMenuVerbRpcBase : CloudFilesContextMenuVerbBase

The CloudFilesContextMenuVerbRpcBase type exposes the following members.

Constructors
  NameDescription
Public methodCloudFilesContextMenuVerbRpcBase
Initializes a new instance of the CloudFilesContextMenuVerbRpcBase class
Top
Properties
Methods
  NameDescription
Public methodEnumSubCommands
Retrieves an enumerator for a command's subcommands.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize (Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetCanonicalName
Gets the GUID of a Windows Explorer command.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetFlags
Gets the flags associated with a Windows Explorer command.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetIcon
Gets an icon resource string of the icon associated with the specified Windows Explorer command item.
(Inherited from CloudFilesContextMenuVerbBase.)
Protected methodGetMenuIconAsync
Returns path to icon file or resource for menu item.
(Overrides CloudFilesContextMenuVerbBaseGetMenuIconAsync(IEnumerableString).)
Protected methodGetMenuStateAsync
Gets menu state.
(Overrides CloudFilesContextMenuVerbBaseGetMenuStateAsync(IEnumerableString).)
Protected methodGetMenuTitleAsync
Gets menu title.
(Overrides CloudFilesContextMenuVerbBaseGetMenuTitleAsync(IEnumerableString).)
Protected methodGetMenuToolTipAsync
Gets menu tooltip.
(Overrides CloudFilesContextMenuVerbBaseGetMenuToolTipAsync(IEnumerableString).)
Public methodGetState
Gets state information associated with a specified Windows Explorer command item.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetTitle
Gets the title text of the button or menu item that launches a specified Windows Explorer command item.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetToolTip
Gets the tooltip string associated with a specified Windows Explorer command item.
(Inherited from CloudFilesContextMenuVerbBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInvoke
Invokes a Windows Explorer command.
(Inherited from CloudFilesContextMenuVerbBase.)
Protected methodInvokeMenuCommandAsync
Handles menu item call.
(Overrides CloudFilesContextMenuVerbBaseInvokeMenuCommandAsync(IEnumerableString).)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See the GetMenuCommandAsync(Guid, IOperationContext) description for how to implement context menu.
See Also