다음을 통해 공유


Clipboard.GetTextAsync 메서드

정의

클립보드에 있는 텍스트를 반환합니다.

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

반환

클립보드에 있는 텍스트 콘텐츠이거나 null 없는 경우 입니다.

적용 대상