共用方式為


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。

傳回

已建立的檢視。

屬性

適用於