2009-11-24 4 views

답변

13

System.Windows.Forms 네임 스페이스의 클립 보드 클래스를 사용하여 프로그래밍 방식으로 클립 보드를 제어 할 수 있습니다. (필요한 어셈블리는 기본적으로 FSI로 가져옵니다.)

open System.Windows.Forms 
Clipboard.SetText("Hello from FSI!") 
+0

다음과 같이 프로그램을 수정해야합니다 :'[]'http://stackoverflow.com/questions/9620712/is-it-possible-to-combine-multiple-attributes-in-f 및 http://stackoverflow.com/questions/899350/how- to-the-clipboard-in-C# comment50339862_899374로 복사 할 수 있습니다. – Zolomon

관련 문제