ScreenRecordingState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reports whether the app is visible in a screen recording.
public enum ScreenRecordingState
type ScreenRecordingState =
- Inheritance
-
ScreenRecordingState
Fields
| Name | Value | Description |
|---|---|---|
| NotVisible | 0 | Indicates that content is not visible to screen recording. |
| Visible | 1 | Indicates that content is visible to screen recording. |