共用方式為


IPhoneCallActivatedEventArgs 介面

定義

表示應用程式的啟動引數。 OnActivated應用程式的方法將會叫用為承載的 PhoneCallActivatedEventArgsactivatedEventArg 類別。

public interface class IPhoneCallActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
struct IPhoneCallActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.Guid(1415664161, 41921, 19693, 182, 47, 140, 96, 82, 54, 25, 173)]
public interface IPhoneCallActivatedEventArgs : IActivatedEventArgs
Public Interface IPhoneCallActivatedEventArgs
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 11 (已於 10.0.22000.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)

屬性

Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
LineId

識別所使用的 PhoneLine。 用來擷取對應的 PhoneLine 物件。

PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

(繼承來源 IActivatedEventArgs)

適用於