Compartir a través de


Clipboard.GetTextAsync Método

Definición

Devuelve cualquier texto que esté en el Portapapeles.

public:
 static System::Threading::Tasks::Task<System::String ^> ^ GetTextAsync();
public static System.Threading.Tasks.Task<string?> GetTextAsync ();
static member GetTextAsync : unit -> System.Threading.Tasks.Task<string>
Public Shared Function GetTextAsync () As Task(Of String)

Devoluciones

Contenido de texto que está en el Portapapeles o null si no hay ninguno.

Se aplica a