Share via


AppWindow.TryCreateAsync Méthode

Définition

Tente de créer de manière asynchrone une instance d’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)

Retours

Nouveau instance d’AppWindow s’il a été créé avec succès.

Attributs

S’applique à