Partager via


LineDisplayWindow.TryClearTextAsync Méthode

Définition

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

S’applique à