Freigeben über


WebUIView.CreateAsync Methode

Definition

Überlädt

CreateAsync()

Erstellt eine neue Ansicht als asynchrone Aktion.

CreateAsync(Uri)

Erstellt eine neue Ansicht mit bestimmten Argumenten als asynchrone Aktion.

CreateAsync()

Erstellt eine neue Ansicht als asynchrone Aktion.

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)

Gibt zurück

Die erstellte Ansicht.

Attribute

Gilt für:

CreateAsync(Uri)

Erstellt eine neue Ansicht mit bestimmten Argumenten als asynchrone Aktion.

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)

Parameter

uri
Uri Uri

Der URI, mit dem die Ansicht geöffnet werden soll.

Gibt zurück

Die erstellte Ansicht.

Attribute

Gilt für: