CachedFileUpdaterTriggerDetails クラス

定義

トリガーを呼び出したキャッシュされたファイル操作の詳細を提供します。

public ref class CachedFileUpdaterTriggerDetails sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CachedFileUpdaterTriggerDetails final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CachedFileUpdaterTriggerDetails
Public NotInheritable Class CachedFileUpdaterTriggerDetails
継承
Object Platform::Object IInspectable CachedFileUpdaterTriggerDetails
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

注意

Windows.ApplicationModel.Background.IBackgroundTaskInstance.TriggerDetails を実装するオブジェクトからこのクラスのインスタンスを取得します。

プロパティ

CanRequestUserInput

キャッシュされたファイル アップデータ トリガーに応答してユーザーがプロバイダー アプリを起動できるようにする UI をシステムが表示できるかどうかを取得します。

UpdateRequest

キャッシュされたファイルの更新に関連付けられている FileUpdateRequest オブジェクトを取得します。

UpdateTarget

ローカル ファイルとリモート ファイルのどちらを更新するかを示す、キャッシュされたファイルの更新に関連付けられている CachedFileTarget オブジェクトを取得します。

適用対象