AppWindow.TryShowAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente d’afficher de manière asynchrone la fenêtre de l’application active.
public:
virtual IAsyncOperation<bool> ^ TryShowAsync() = TryShowAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryShowAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryShowAsync();
function tryShowAsync()
Public Function TryShowAsync () As IAsyncOperation(Of Boolean)
Retours
true si la fenêtre s’est affichée correctement ; sinon, false.
- Attributs