IDialReceiverActivatedEventArgs 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用 DIAL 协议从另一个应用激活应用时提供数据。
public interface class IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
struct IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
public interface IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
Public Interface IDialReceiverActivatedEventArgs
Implements ILaunchActivatedEventArgs
- 派生
- 属性
- 实现
Windows 要求
设备系列 |
Windows 10 (在 10.0.10240.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v1.0 中引入)
|
属性
AppName |
获取调用拨号接收器应用的应用的名称。 |
Arguments |
获取在应用启动激活期间传递给应用的参数。 (继承自 ILaunchActivatedEventArgs) |
Kind |
获取激活此应用的原因。 (继承自 IActivatedEventArgs) |
PreviousExecutionState |
获取此激活前应用的执行状态。 (继承自 IActivatedEventArgs) |
SplashScreen |
获取初始屏幕对象,该对象提供有关从初始屏幕到激活应用转换的信息。 (继承自 IActivatedEventArgs) |
TileId |
获取为启动应用而调用的磁贴的 ID。 (继承自 ILaunchActivatedEventArgs) |