GameBarTargetCapturePolicy 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供有关此应用程序允许的操作的信息。
public enum class GameBarTargetCapturePolicy
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Media.Capture.GameBarContract, 65536)]
enum class GameBarTargetCapturePolicy
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Media.Capture.GameBarContract), 65536)]
public enum GameBarTargetCapturePolicy
var value = Windows.Media.Capture.GameBarTargetCapturePolicy.enabledBySystem
Public Enum GameBarTargetCapturePolicy
- 继承
-
GameBarTargetCapturePolicy
- 属性
Windows 要求
设备系列 |
Windows Desktop Extension SDK (在 10.0.15063.0 中引入)
|
API contract |
Windows.Media.Capture.GameBarContract (在 v1.0 中引入)
|
应用功能 |
gameBarServices
|
字段
EnabledBySystem | 0 | OS 确定目标允许捕获 |
EnabledByUser | 1 | OS 不知道应用的策略,但用户确实将目标标识为可捕获。 |
NotEnabled | 2 | OS 不知道应用的策略,并且尚未被用户标识为可捕获。 |
ProhibitedByPublisher | 4 | 目标的发布者已指示不允许捕获。 |
ProhibitedBySystem | 3 | OS 确定禁止捕获目标。 |