ViewExtensions.CaptureAsync(IView) 方法

定义

public:
[System::Runtime::CompilerServices::Extension]
 static System::Threading::Tasks::Task<Microsoft::Maui::Media::IScreenshotResult ^> ^ CaptureAsync(Microsoft::Maui::IView ^ view);
public static System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult?> CaptureAsync (this Microsoft.Maui.IView view);
static member CaptureAsync : Microsoft.Maui.IView -> System.Threading.Tasks.Task<Microsoft.Maui.Media.IScreenshotResult>
<Extension()>
Public Function CaptureAsync (view As IView) As Task(Of IScreenshotResult)

参数

view
IView

返回

适用于