CloudFilesContextMenuVerbRpcBaseInvokeMenuCommandAsync Method |
IT Hit User File System
Handles menu item call.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax protected override Task InvokeMenuCommandAsync(
IEnumerable<string> filesPath
)
Protected Overrides Function InvokeMenuCommandAsync (
filesPath As IEnumerable(Of String)
) As Task
protected:
virtual Task^ InvokeMenuCommandAsync(
IEnumerable<String^>^ filesPath
) override
abstract InvokeMenuCommandAsync :
filesPath : IEnumerable<string> -> Task
override InvokeMenuCommandAsync :
filesPath : IEnumerable<string> -> Task
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskA task object that can be awaited.
See Also