Share via


TargetedContentValueKind 列挙型

定義

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

TargetedContentAction オブジェクトの配列。

Boolean 3

ブール値。

Booleans 10

ブール値の配列。

File 4

TargetedContentFile オブジェクト。

Files 11

TargetedContentFile オブジェクトの配列。

ImageFile 5

TargetedContentImage オブジェクト。

ImageFiles 12

TargetedContentImage オブジェクトの配列。

Number 2

double。

Numbers 9

doubles の配列。

String 0

文字列。

Strings 7

文字列の配列。

Uri 1

Uri オブジェクト。

Uris 8

Uri オブジェクトの配列。

適用対象

こちらもご覧ください