Freigeben über


GraphicsCaptureSession.IsCursorCaptureEnabled Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Aufzeichnungssitzung den Cursor in den erfassten Inhalt einschließt, oder legt diesen fest.

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

Eigenschaftswert

Boolean

bool

True, wenn der Cursor erfasst werden soll; Andernfalls false.

Windows-Anforderungen

Gerätefamilie
Windows 10, version 2004 (eingeführt in 10.0.19041.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v10.0)

Gilt für: