Share via


TargetedContentChangedEventArgs クラス

定義

TargetedContentSubscription.ContentChanged Content Changed イベントの引数を表します。

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

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Services.TargetedContent.TargetedContentContract (v1.0 で導入)
アプリの機能
secondaryAuthenticationFactor targetedContent

プロパティ

HasPreviousContentExpired

このイベントの以前のコンテンツの有効期限が切れているかどうかを示すブール値を取得します。

メソッド

GetDeferral()

遅延を取得します。 非同期ハンドラーに必要です。 呼び出し元は、イベントが処理されるときに Complete を呼び出す役割を担います。

適用対象