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