EngineMacGetMenuCommandAsync Method |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntax public virtual Task<IMenuCommand> GetMenuCommandAsync(
Guid menuGuid,
IOperationContext operationContext
)
Public Overridable Function GetMenuCommandAsync (
menuGuid As Guid,
operationContext As IOperationContext
) As Task(Of IMenuCommand)
public:
virtual Task<IMenuCommand^>^ GetMenuCommandAsync(
Guid menuGuid,
IOperationContext^ operationContext
)
abstract GetMenuCommandAsync :
menuGuid : Guid *
operationContext : IOperationContext -> Task<IMenuCommand>
override GetMenuCommandAsync :
menuGuid : Guid *
operationContext : IOperationContext -> Task<IMenuCommand>
Parameters
- menuGuid
- Type: SystemGuid
- operationContext
- Type: ITHit.FileSystemIOperationContext
Return Value
Type:
TaskIMenuCommandImplements
IEngineGetMenuCommandAsync(Guid, IOperationContext)See Also