Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
System
Windows
Clipboard
C# Class System.Windows.Clipboard
Provides methods to place data on and retrieve data from the system clipboard. This class cannot be inherited.
Afficher le fichier
Open project: inthehand/Charming
Class Usage Examples
Méthodes publiques
Méthode
Description
SetText
(
string
text
) :
void
For Windows XAML Phone Applications use a separate app to push items to the Clipboard
Method Details
SetText()
public
static
méthode
For Windows XAML Phone Applications use a separate app to push items to the Clipboard
public
static
SetText
(
string
text
) :
void
text
string
Résultat
void