UIApplication.OpenUrlAsync(NSUrl, UIApplicationOpenUrlOptions) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した URL を非同期的に開き、スキームを処理するために登録されているアプリを起動し、 が成功または失敗を表すタスクを返します。
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public System.Threading.Tasks.Task<bool> OpenUrlAsync (Foundation.NSUrl url, UIKit.UIApplicationOpenUrlOptions options);
member this.OpenUrlAsync : Foundation.NSUrl * UIKit.UIApplicationOpenUrlOptions -> System.Threading.Tasks.Task<bool>
パラメーター
- url
- NSUrl
開く URL。
- options
- UIApplicationOpenUrlOptions
起動オプション。
戻り値
- 属性