CloudFilesContextMenuVerbIntegratedBaseGetMenuIconAsync Method |
IT Hit User File System
Returns path to icon file or resource for menu item.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.4.27341.0
Syntax protected override Task<string> GetMenuIconAsync(
IEnumerable<string> filesPath
)
Protected Overrides Function GetMenuIconAsync (
filesPath As IEnumerable(Of String)
) As Task(Of String)
protected:
virtual Task<String^>^ GetMenuIconAsync(
IEnumerable<String^>^ filesPath
) override
abstract GetMenuIconAsync :
filesPath : IEnumerable<string> -> Task<string>
override GetMenuIconAsync :
filesPath : IEnumerable<string> -> Task<string>
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskStringPath to icon file or resource.
See Also