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 | TargetedContentAction オブジェクト。 |
Actions | 13 | |
Boolean | 3 | ブール値。 |
Booleans | 10 | ブール値の配列。 |
File | 4 | TargetedContentFile オブジェクト。 |
Files | 11 | |
ImageFile | 5 | TargetedContentImage オブジェクト。 |
ImageFiles | 12 | |
Number | 2 | double。 |
Numbers | 9 | doubles の配列。 |
String | 0 | 文字列。 |
Strings | 7 | 文字列の配列。 |
Uri | 1 | Uri オブジェクト。 |
Uris | 8 | Uri オブジェクトの配列。 |