C# Класс Cimbalino.Phone.Toolkit.Services.ClipboardService

Represents an implementation of the IClipboardService.
Наследование: IClipboardService
Показать файл Открыть проект

Открытые методы

Метод Описание
ContainsText ( ) : bool

Queries the clipboard for the presence of data in the UnicodeText format.

SetText ( string text ) : void

Sets Unicode text data to store on the clipboard.

Описание методов

ContainsText() публичный Метод

Queries the clipboard for the presence of data in the UnicodeText format.
public ContainsText ( ) : bool
Результат bool

SetText() публичный Метод

Sets Unicode text data to store on the clipboard.
Invoked this method from outside a user-initiated context -or- Clipboard access user dialog box was not confirmed.
public SetText ( string text ) : void
text string A string that contains the Unicode text data to store on the clipboard.
Результат void