AppWindow.TryCreateAsync Method

Definition

Attempts to asynchronously create a new instance of AppWindow.

public:
 static IAsyncOperation<AppWindow ^> ^ TryCreateAsync();
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<AppWindow> TryCreateAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<AppWindow> TryCreateAsync();
function tryCreateAsync()
Public Shared Function TryCreateAsync () As IAsyncOperation(Of AppWindow)

Returns

The new instance of AppWindow if it was created successfully.

Attributes

Applies to