PhoneCallActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示應用程式的啟動引數。 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
- 繼承
- 屬性
- 實作
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 |
啟動應用程式的使用者。 |