TargetedContentValueKind Enum

Definition

Defines the types of content values supported by each TargetedContentItem object in a TargetedContentContainer.

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
Inheritance
TargetedContentValueKind
Attributes

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Services.TargetedContent.TargetedContentContract (introduced in v1.0)
App capabilities
secondaryAuthenticationFactor

Fields

Action 6

A TargetedContentAction object.

Actions 13

An array of TargetedContentAction objects.

Boolean 3

A Boolean.

Booleans 10

An array of Booleans.

File 4

A TargetedContentFile object.

Files 11

An array of TargetedContentFile objects.

ImageFile 5

a TargetedContentImage object.

ImageFiles 12

An array of TargetedContentImage objects.

Number 2

A double.

Numbers 9

An array of doubles.

String 0

A string.

Strings 7

An array of strings.

Uri 1

A Uri object.

Uris 8

An array of Uri objects.

Applies to

See also