IMenuCommandInvokeAsync Method |
IT Hit User File System
Handles menu call.
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 6.3.20496.0
SyntaxTask InvokeAsync(
IEnumerable<string> filesPath
)
Function InvokeAsync (
filesPath As IEnumerable(Of String)
) As Task
Task^ InvokeAsync(
IEnumerable<String^>^ filesPath
)
abstract InvokeAsync :
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