Partager via


IClipboard.SetTextAsync(String) Méthode

Définition

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

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

Paramètres

text
String

Texte à placer dans le Presse-papiers.

Retours

Objet Task avec le status actuel 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 retourne.

S’applique à