WKUIDelegate_Extensions.RunOpenPanel 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 12, ObjCRuntime.PlatformArchitecture.Arch64, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.iOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.WatchOS, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public static void RunOpenPanel (this WebKit.IWKUIDelegate This, WebKit.WKWebView webView, WebKit.WKOpenPanelParameters parameters, WebKit.WKFrameInfo frame, Action<Foundation.NSUrl[]> completionHandler);
static member RunOpenPanel : WebKit.IWKUIDelegate * WebKit.WKWebView * WebKit.WKOpenPanelParameters * WebKit.WKFrameInfo * Action<Foundation.NSUrl[]> -> unit
參數
- This
- IWKUIDelegate
- webView
- WKWebView
- parameters
- WKOpenPanelParameters
- frame
- WKFrameInfo
- 屬性