Click or drag to resize

CloudFilesContextMenuVerbIntegratedBase Methods

IT Hit User File System

The CloudFilesContextMenuVerbIntegratedBase type exposes the following members.

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
See Also