TargetedContentValueKind 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
定义 TargetedContentContainer 中每个 TargetedContentItem 对象支持的内容值类型。
public enum class TargetedContentValueKind
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
enum class TargetedContentValueKind
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
public enum TargetedContentValueKind
var value = Windows.Services.TargetedContent.TargetedContentValueKind.string
Public Enum TargetedContentValueKind
- 继承
-
TargetedContentValueKind
- 属性
Windows 要求
设备系列 |
Windows 10 Creators Update (在 10.0.15063.0 中引入)
|
API contract |
Windows.Services.TargetedContent.TargetedContentContract (在 v1.0 中引入)
|
应用功能 |
secondaryAuthenticationFactor
|
字段
Action | 6 | |
Actions | 13 | TargetedContentAction 对象的数组。 |
Boolean | 3 | 一个布尔值。 |
Booleans | 10 | 布尔值数组。 |
File | 4 | |
Files | 11 | TargetedContentFile 对象的数组。 |
ImageFile | 5 | |
ImageFiles | 12 | TargetedContentImage 对象的数组。 |
Number | 2 | 双精度。 |
Numbers | 9 | 双精度的数组。 |
String | 0 | 一个字符串。 |
Strings | 7 | 字符串数组。 |
Uri | 1 | Uri 对象。 |
Uris | 8 | Uri 对象的数组。 |