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 对象,该对象指示应更新本地文件还是远程文件。

适用于