WKWebExtension.Create 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.
Overloads
| Name | Description |
|---|---|
| Create(NSBundle, WKWebExtensionCreateCallback) | |
| Create(NSUrl, WKWebExtensionCreateCallback) |
Create(NSBundle, WKWebExtensionCreateCallback)
[Foundation.Export("extensionWithAppExtensionBundle:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(Foundation.NSBundle appExtensionBundle, WebKit.WKWebExtensionCreateCallback completionHandler);
[<Foundation.Export("extensionWithAppExtensionBundle:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSBundle * WebKit.WKWebExtensionCreateCallback -> unit
Parameters
- appExtensionBundle
- NSBundle
- completionHandler
- WKWebExtensionCreateCallback
- Attributes
Applies to
Create(NSUrl, WKWebExtensionCreateCallback)
[Foundation.Export("extensionWithResourceBaseURL:completionHandler:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static void Create(Foundation.NSUrl resourceBaseUrl, WebKit.WKWebExtensionCreateCallback completionHandler);
[<Foundation.Export("extensionWithResourceBaseURL:completionHandler:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member Create : Foundation.NSUrl * WebKit.WKWebExtensionCreateCallback -> unit
Parameters
- resourceBaseUrl
- NSUrl
- completionHandler
- WKWebExtensionCreateCallback
- Attributes