DialReceiverActivatedEventArgs 类

定义

使用 DIAL 协议从另一个应用激活应用时提供数据。

public ref class DialReceiverActivatedEventArgs sealed : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
public ref class DialReceiverActivatedEventArgs sealed : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DialReceiverActivatedEventArgs final : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DialReceiverActivatedEventArgs final : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DialReceiverActivatedEventArgs : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DialReceiverActivatedEventArgs : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
Public NotInheritable Class DialReceiverActivatedEventArgs
Implements IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
Public NotInheritable Class DialReceiverActivatedEventArgs
Implements IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
继承
Object Platform::Object IInspectable DialReceiverActivatedEventArgs
属性
实现

Windows 要求

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

注解

此类由操作系统实例化,并作为参数传递给事件。

版本历史记录

Windows 版本 SDK 版本 增值
1607 14393 用户

属性

AppName

获取调用拨号接收器应用的应用的名称。

Arguments

获取调用应用传递的参数。

CurrentlyShownApplicationViewId

获取当前显示的应用视图的标识符。

Kind

获取激活类型。

PreviousExecutionState

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

SplashScreen

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

TileId

获取调用应用的唯一磁贴标识符。

User

获取为其激活应用的用户。

ViewSwitcher

获取视图切换器对象,该对象允许您设置应用程序的视图。

适用于

另请参阅