共用方式為


ScreenCapture.GetForCurrentView 方法

定義

取得與應用程式目前檢視相關聯的 ScreenCapture 物件。

public:
 static ScreenCapture ^ GetForCurrentView();
 static ScreenCapture GetForCurrentView();
public static ScreenCapture GetForCurrentView();
function getForCurrentView()
Public Shared Function GetForCurrentView () As ScreenCapture

傳回

與應用程式目前檢視相關聯的 ScreenCapture 物件。

備註

重要

只有執行 Windows Phone 8.1 的行動裝置才支援ScreenCapture功能。 Windows 10不支援此 API。

使用這個方法來取得 ScreenCapture 類別的實例。

適用於