C# 클래스 System.Windows.Clipboard

Provides methods to place data on and retrieve data from the system clipboard. This class cannot be inherited.
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
SetText ( string text ) : void

For Windows XAML Phone Applications use a separate app to push items to the Clipboard

메소드 상세

SetText() 공개 정적인 메소드

For Windows XAML Phone Applications use a separate app to push items to the Clipboard
public static SetText ( string text ) : void
text string
리턴 void