CloudFilesContextMenuVerbBaseGetMenuStateAsync Method |
IT Hit User File System
Gets menu state.
Namespace:
ITHit.FileSystem.Windows.ShellExtension
Assembly:
ITHit.FileSystem.Windows.ShellExtension (in ITHit.FileSystem.Windows.ShellExtension.dll) Version: 8.2.27026.0
Syntax protected abstract Task<EXPCMDSTATE> GetMenuStateAsync(
IEnumerable<string> filesPath
)
Protected MustOverride Function GetMenuStateAsync (
filesPath As IEnumerable(Of String)
) As Task(Of EXPCMDSTATE)
protected:
virtual Task<EXPCMDSTATE>^ GetMenuStateAsync(
IEnumerable<String^>^ filesPath
) abstract
abstract GetMenuStateAsync :
filesPath : IEnumerable<string> -> Task<EXPCMDSTATE>
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskEXPCMDSTATEMenu state.
See Also