TargetedContentSubscriptionOptions 类

定义

以 CloudQuery 参数、本地筛选器和部分内容可用性的形式表示订阅的选项。

public ref class TargetedContentSubscriptionOptions 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 TargetedContentSubscriptionOptions 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 TargetedContentSubscriptionOptions
Public NotInheritable Class TargetedContentSubscriptionOptions
继承
Object Platform::Object IInspectable TargetedContentSubscriptionOptions
属性

Windows 要求

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

属性

AllowPartialContentAvailability

获取或设置 TargetedContentSubscription 对象的部分内容可用性。

CloudQueryParameters

获取 TargetedContentSubscription 对象的云查询参数集合。

LocalFilters

获取 TargetedContentSubscription 对象的本地筛选器集合。

SubscriptionId

获取订阅的 ID。

方法

Update()

汇报订阅的 TargetedContentSubscriptionOptions 对象。

适用于