Click or drag to resize

CloudFilesContextMenuVerbBaseGetIcon Method

IT Hit User File System
Gets an icon resource string of the icon associated with the specified Windows Explorer command item.

Namespace:  ITHit.FileSystem.Windows.ShellExtension
Assembly:  ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.1.26224.0-Beta2
Syntax
public int GetIcon(
	IShellItemArray itemArray,
	out string resourceString
)

Parameters

itemArray
Type: IShellItemArray
Shell Item array.
resourceString
Type: SystemString
resource string that identifies the icon source.

Return Value

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

Implements

IExplorerCommand.GetIcon(IShellItemArray, String)
See Also