AppWindow.CloseAsync 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.
Ferme la fenêtre de l’application.
public:
virtual IAsyncAction ^ CloseAsync() = CloseAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction CloseAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction CloseAsync();
function closeAsync()
Public Function CloseAsync () As IAsyncAction
Retours
Renvoie un objet IAsyncAction utilisé pour contrôler l’opération asynchrone.
- Attributs