Partager via


Clipboard.SetTextAsync(String) Méthode

Définition

Définit le contenu du Presse-papiers sur le texte spécifié.

public:
 static System::Threading::Tasks::Task ^ SetTextAsync(System::String ^ text);
public static System.Threading.Tasks.Task SetTextAsync (string? text);
static member SetTextAsync : string -> System.Threading.Tasks.Task
Public Shared Function SetTextAsync (text As String) As Task

Paramètres

text
String

Texte à mettre dans le Presse-papiers.

Retours

Objet Task avec la status actuelle de l’opération asynchrone.

Remarques

Cette méthode retourne immédiatement et ne garantit pas que le texte se trouve dans le Presse-papiers au moment où cette méthode est retournée.

S’applique à