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 物件,指出是否應該更新本機或遠端檔案。

適用於