WKWebExtensionContext.GetCommand(NSEvent) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Export("commandForEvent:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.WKWebExtensionCommand? GetCommand(AppKit.NSEvent event);
[<Foundation.Export("commandForEvent:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetCommand : AppKit.NSEvent -> WebKit.WKWebExtensionCommand
override this.GetCommand : AppKit.NSEvent -> WebKit.WKWebExtensionCommand
Parameters
- event
- NSEvent
Returns
- Attributes