共用方式為


AppCaptureSettings.IsCursorImageCaptureEnabled 屬性

定義

取得值,指出是否擷取資料指標影像。

public:
 property bool IsCursorImageCaptureEnabled { bool get(); void set(bool value); };
bool IsCursorImageCaptureEnabled();

void IsCursorImageCaptureEnabled(bool value);
public bool IsCursorImageCaptureEnabled { get; set; }
var boolean = appCaptureSettings.isCursorImageCaptureEnabled;
appCaptureSettings.isCursorImageCaptureEnabled = boolean;
Public Property IsCursorImageCaptureEnabled As Boolean

屬性值

Boolean

bool

如果擷取資料指標影像,則為 True;否則為 false。

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.15063.0 引進)
API contract
Windows.Media.Capture.AppCaptureContract (已於 v4.0 引進)
應用程式功能
appCaptureSettings

適用於