CloudFilesContextMenuVerbRpcBaseGetMenuStateAsync 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.3.27213.0
Syntax protected override Task<EXPCMDSTATE> GetMenuStateAsync(
IEnumerable<string> filesPath
)
Protected Overrides Function GetMenuStateAsync (
filesPath As IEnumerable(Of String)
) As Task(Of EXPCMDSTATE)
protected:
virtual Task<EXPCMDSTATE>^ GetMenuStateAsync(
IEnumerable<String^>^ filesPath
) override
abstract GetMenuStateAsync :
filesPath : IEnumerable<string> -> Task<EXPCMDSTATE>
override GetMenuStateAsync :
filesPath : IEnumerable<string> -> Task<EXPCMDSTATE>
Parameters
- filesPath
- Type: System.Collections.GenericIEnumerableString
List of selected items.
Return Value
Type:
TaskEXPCMDSTATEMenu state.
See Also