IClipboard.GetTextAsync 方法

定义

返回剪贴板上的任何文本。

public:
 System::Threading::Tasks::Task<System::String ^> ^ GetTextAsync();
public System.Threading.Tasks.Task<string?> GetTextAsync ();
abstract member GetTextAsync : unit -> System.Threading.Tasks.Task<string>
Public Function GetTextAsync () As Task(Of String)

返回

剪贴板上的文本内容;如果没有文本内容, null 则为 。

适用于