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.2.27026.0
Syntax public int GetIcon(
IShellItemArray itemArray,
out string resourceString
)
Public Function GetIcon (
itemArray As IShellItemArray,
<OutAttribute> ByRef resourceString As String
) As Integer
public:
virtual int GetIcon(
IShellItemArray^ itemArray,
[OutAttribute] String^% resourceString
) sealed
abstract GetIcon :
itemArray : IShellItemArray *
resourceString : string byref -> int
override GetIcon :
itemArray : IShellItemArray *
resourceString : string byref -> int
Parameters
- itemArray
- Type: IShellItemArray
Shell Item array. - resourceString
- Type: SystemString
resource string that identifies the icon source.
Return Value
Type:
Int32If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Implements
IExplorerCommand.GetIcon(IShellItemArray, String)See Also