PhoneCallActivatedEventArgs 类

定义

表示应用程序的启动参数。 将调用应用的 OnActivated 方法, PhoneCallActivatedEventArgs 类是 activatedEventArg 有效负载。

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

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

重要

若要使用此 API,应用程序需要在其 Package.appxmanifest 文件中 windows.phonecallactivation 声明为 uap13:Extension 类别。 否则,将无法激活应用程序来简化应用内调用进度控件 UI。

属性

Kind

指定激活的类型。

LineId

标识正在使用的 PhoneLine。 用于检索相应的 PhoneLine 对象。

PreviousExecutionState

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

SplashScreen

提供初始屏幕信息的对象。

User

为其激活应用的用户。

适用于