TargetedContentValue 类

定义

表示订阅的内容值对象。

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
继承
Object Platform::Object IInspectable TargetedContentValue
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Services.TargetedContent.TargetedContentContract (在 v1.0 中引入)
应用功能
secondaryAuthenticationFactor targetedContent

属性

Action

获取 TargetedContentValue 对象中的 TargetedContentAction 对象。

Actions

获取 TargetedContentValue 对象中的 TargetedContentAction 对象的数组。

Boolean

获取 TargetedContentValue 对象中的布尔值。

Booleans

获取 TargetedContentValue 对象中的布尔值数组。

File

获取 TargetedContentValue 对象中的 TargetedContentFile 对象。

Files

获取 TargetedContentValue 对象中的 TargetedContentFile 对象的数组。

ImageFile

获取 TargetedContentValue 对象中的 TargetedContentImage 对象。

ImageFiles

获取 TargetedContentValue 对象中的 TargetedContentImage 对象的数组。

Number

获取 TargetedContentValue 对象中的 double。

Numbers

获取 TargetedContentValue 对象中的 double 数组。

Path

获取 TargetedContentValue 对象的字符串路径。

String

获取 TargetedContentValue 对象中的字符串。

Strings

获取 TargetedContentValue 对象中的字符串数组。

Uri

获取 TargetedContentValue 对象中的 Uri 对象。

Uris

获取 TargetedContentValue 对象中的 Uri 对象的数组。

ValueKind

获取 TargetedContentValue 对象的 TargetedContentValueKind

适用于

另请参阅