次の方法で共有


WebUIView.CreateAsync メソッド

定義

オーバーロード

CreateAsync()

非同期アクションとして新しいビューを作成します。

CreateAsync(Uri)

非同期アクションとして、特定の引数を持つ新しいビューを作成します。

CreateAsync()

非同期アクションとして新しいビューを作成します。

public:
 static IAsyncOperation<WebUIView ^> ^ CreateAsync();
/// [Windows.Foundation.Metadata.Overload("CreateAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebUIView> CreateAsync();
[Windows.Foundation.Metadata.Overload("CreateAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebUIView> CreateAsync();
function createAsync()
Public Shared Function CreateAsync () As IAsyncOperation(Of WebUIView)

戻り値

作成されたビュー。

属性

適用対象

CreateAsync(Uri)

非同期アクションとして、特定の引数を持つ新しいビューを作成します。

public:
 static IAsyncOperation<WebUIView ^> ^ CreateAsync(Uri ^ uri);
/// [Windows.Foundation.Metadata.Overload("CreateWithUriAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<WebUIView> CreateAsync(Uri const& uri);
[Windows.Foundation.Metadata.Overload("CreateWithUriAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WebUIView> CreateAsync(System.Uri uri);
function createAsync(uri)
Public Shared Function CreateAsync (uri As Uri) As IAsyncOperation(Of WebUIView)

パラメーター

uri
Uri Uri

ビューを開く URI。

戻り値

作成されたビュー。

属性

適用対象