TargetedContentValue Class

Definition

Represents the content value object for a subscription.

public ref class TargetedContentValue sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Services.TargetedContent.TargetedContentContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class TargetedContentValue final
[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
Public NotInheritable Class TargetedContentValue
Inheritance
Object Platform::Object IInspectable 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

See also