次の方法で共有


UIApplication.OpenUrlAsync(NSUrl, UIApplicationOpenUrlOptions) メソッド

定義

指定した 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

起動オプション。

戻り値

属性

適用対象