LineDisplayWindow.TryClearTextAsync 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.
Efface la fenêtre active. Change tous les caractères en blancs, efface les bitmaps affichées dans la fenêtre et définit Cursor.Position sur {0,0}.
public:
virtual IAsyncOperation<bool> ^ TryClearTextAsync() = TryClearTextAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryClearTextAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryClearTextAsync();
function tryClearTextAsync()
Public Function TryClearTextAsync () As IAsyncOperation(Of Boolean)
Retours
True si la fenêtre a été correctement effacée ; sinon, false.
- Attributs