TargetedContentValue Class

Definition

Represents the content value object for a subscription.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Services.TargetedContent.TargetedContentContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class TargetedContentValue
Inheritance
Object TargetedContentValue
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 targetedContent

Properties

Action

Gets a TargetedContentAction object in a TargetedContentValue object.

Actions

Gets an array of TargetedContentAction objects in a TargetedContentValue object.

Boolean

Gets a Boolean in a TargetedContentValue object.

Booleans

Gets an array of Booleans in a TargetedContentValue object.

File

Gets a TargetedContentFile object in a TargetedContentValue object.

Files

Gets an array of TargetedContentFile objects in a TargetedContentValue object.

ImageFile

Gets a TargetedContentImage object in a TargetedContentValue object.

ImageFiles

Gets an array of TargetedContentImage objects in a TargetedContentValue object.

Number

Gets a double in a TargetedContentValue object.

Numbers

Gets an array of doubles in a TargetedContentValue object.

Path

Gets the string path for the TargetedContentValue object.

String

Gets a string in a TargetedContentValue object.

Strings

Gets an array of strings in a TargetedContentValue object.

Uri

Gets a Uri object in a TargetedContentValue object.

Uris

Gets an array of Uri objects in a TargetedContentValue object.

ValueKind

Gets the TargetedContentValueKind for the TargetedContentValue object.

Applies to

Product Versions
WinRT Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also