CloudFilesContextMenuVerbRpcBaseGetMenuToolTipAsync Method |
IT Hit User File System
Gets menu tooltip.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.3.27213.0
Syntax protected override Task<string> GetMenuToolTipAsync(
IEnumerable<string> filesPath
)
Protected Overrides Function GetMenuToolTipAsync (
filesPath As IEnumerable(Of String)
) As Task(Of String)
protected:
virtual Task<String^>^ GetMenuToolTipAsync(
IEnumerable<String^>^ filesPath
) override
abstract GetMenuToolTipAsync :
filesPath : IEnumerable<string> -> Task<string>
override GetMenuToolTipAsync :
filesPath : IEnumerable<string> -> Task<string>
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskStringMenu tooltip.
See Also