다음을 통해 공유


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에서 도입되었습니다.)

적용 대상