WKWebExtensionControllerDelegate.GetFocusedWindow 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("webExtensionController:focusedWindowForExtensionContext:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual WebKit.IWKWebExtensionWindow? GetFocusedWindow(WebKit.WKWebExtensionController controller, WebKit.WKWebExtensionContext extensionContext);
[<Foundation.Export("webExtensionController:focusedWindowForExtensionContext:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetFocusedWindow : WebKit.WKWebExtensionController * WebKit.WKWebExtensionContext -> WebKit.IWKWebExtensionWindow
override this.GetFocusedWindow : WebKit.WKWebExtensionController * WebKit.WKWebExtensionContext -> WebKit.IWKWebExtensionWindow
Parameters
- controller
- WKWebExtensionController
- extensionContext
- WKWebExtensionContext
Returns
Implements
- Attributes