Click or drag to resize

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
)

Parameters

menuGuid
Type: SystemGuid
operationContext
Type: ITHit.FileSystemIOperationContext

Return Value

Type: TaskIMenuCommand

Implements

IEngineGetMenuCommandAsync(Guid, IOperationContext)
See Also