Click or drag to resize

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.1.26727.0-Beta2
Syntax
public int GetTitle(
	IShellItemArray itemArray,
	out string title
)

Parameters

itemArray
Type: IShellItemArray
Shell Item array.
title
Type: SystemString
Title string.

Return Value

Type: Int32
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Implements

IExplorerCommand.GetTitle(IShellItemArray, String)
See Also