GraphicsCaptureSession.IsCursorCaptureEnabled プロパティ

定義

キャプチャ セッションがキャプチャされたコンテンツにカーソルを含めるかどうかを指定する値を取得または設定します。

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

void IsCursorCaptureEnabled(bool value);
public bool IsCursorCaptureEnabled { get; set; }
var boolean = graphicsCaptureSession.isCursorCaptureEnabled;
graphicsCaptureSession.isCursorCaptureEnabled = boolean;
Public Property IsCursorCaptureEnabled As Boolean

プロパティ値

Boolean

bool

カーソルをキャプチャする必要がある場合は True。それ以外の場合は false。

Windows の要件

デバイス ファミリ
Windows 10, version 2004 (10.0.19041.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v10.0 で導入)

適用対象