Compartir a través de


IClipboard.GetTextAsync Método

Definición

Devuelve cualquier texto que esté en el Portapapeles.

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

Devoluciones

Contenido de texto que se encuentra en el Portapapeles o null si no hay ninguno.

Se aplica a