Compartilhar via


LineDisplayWindow.TryClearTextAsync Método

Definição

Limpa a janela atual. Altera todos os caracteres para espaços em branco, limpa todos os bitmaps exibidos na janela e define Cursor.Position como {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)

Retornos

True se a janela foi limpa com êxito; caso contrário, false.

Atributos

Aplica-se a