WKUIDelegate.CreateWebView 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立並設定新的 WKWebView 。
[Foundation.Export("webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:")]
public virtual WebKit.WKWebView CreateWebView (WebKit.WKWebView webView, WebKit.WKWebViewConfiguration configuration, WebKit.WKNavigationAction navigationAction, WebKit.WKWindowFeatures windowFeatures);
abstract member CreateWebView : WebKit.WKWebView * WebKit.WKWebViewConfiguration * WebKit.WKNavigationAction * WebKit.WKWindowFeatures -> WebKit.WKWebView
override this.CreateWebView : WebKit.WKWebView * WebKit.WKWebViewConfiguration * WebKit.WKNavigationAction * WebKit.WKWindowFeatures -> WebKit.WKWebView
參數
- webView
- WKWebView
- configuration
- WKWebViewConfiguration
- navigationAction
- WKNavigationAction
- windowFeatures
- WKWindowFeatures
傳回
- 屬性