CloudFilesContextMenuVerbBaseGetToolTip Method |
IT Hit User File System
Gets the tooltip string associated with a specified Windows Explorer command item.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax public int GetToolTip(
IShellItemArray itemArray,
out string tooltip
)
Public Function GetToolTip (
itemArray As IShellItemArray,
<OutAttribute> ByRef tooltip As String
) As Integer
public:
virtual int GetToolTip(
IShellItemArray^ itemArray,
[OutAttribute] String^% tooltip
) sealed
abstract GetToolTip :
itemArray : IShellItemArray *
tooltip : string byref -> int
override GetToolTip :
itemArray : IShellItemArray *
tooltip : string byref -> int
Parameters
- itemArray
- Type: IShellItemArray
Shell Item array. - tooltip
- Type: SystemString
Tooltip string.
Return Value
Type:
Int32If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Implements
IExplorerCommand.GetToolTip(IShellItemArray, String)See Also