C# 클래스 Cimbalino.Phone.Toolkit.Services.ClipboardService

Represents an implementation of the IClipboardService.
상속: IClipboardService
파일 보기 프로젝트 열기: Cimbalino/Cimbalino-Phone-Toolkit

공개 메소드들

메소드 설명
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