Condividi tramite


IScreenshot.CaptureAsync Metodo

Definizione

Acquisisce uno screenshot della schermata corrente dell'applicazione in esecuzione.

public:
 System::Threading::Tasks::Task<Microsoft::Maui::Media::IScreenshotResult ^> ^ CaptureAsync();
public System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult> CaptureAsync ();
abstract member CaptureAsync : unit -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult>
Public Function CaptureAsync () As Task(Of IScreenshotResult)

Restituisce

Istanza di IScreenshotResult con informazioni sullo screenshot acquisito.

Si applica a