ICachedFileUpdaterActivatedEventArgs 接口

定义

提供有关用户保存需要从应用进行内容管理的文件时触发的已激活事件的信息。

public interface class ICachedFileUpdaterActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3496915399, 14341, 20171, 183, 87, 108, 241, 94, 38, 254, 243)]
struct ICachedFileUpdaterActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3496915399, 14341, 20171, 183, 87, 108, 241, 94, 38, 254, 243)]
public interface ICachedFileUpdaterActivatedEventArgs : IActivatedEventArgs
Public Interface ICachedFileUpdaterActivatedEventArgs
Implements IActivatedEventArgs
派生
属性
实现

Windows 要求

设备系列
Windows 10 (在 10.0.10240.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)

注解

接口继承

ICachedFileUpdaterActivatedEventArgs 继承 IActivatedEventArgs。 实现 ICachedFileUpdaterActivatedEventArgs 的类型也实现 IActivatedEventArgs 的接口成员。

属性

CachedFileUpdaterUI

文件需要从应用进行内容管理时显示的文件选取器字母框 UI。

Kind

获取激活此应用的原因。

(继承自 IActivatedEventArgs)
PreviousExecutionState

获取此激活前应用的执行状态。

(继承自 IActivatedEventArgs)
SplashScreen

获取初始屏幕对象,该对象提供有关从初始屏幕到激活应用转换的信息。

(继承自 IActivatedEventArgs)

适用于

另请参阅