共用方式為


WebUIPhoneCallActivatedEventArgs 類別

定義

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

public ref class WebUIPhoneCallActivatedEventArgs sealed : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUIPhoneCallActivatedEventArgs final : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUIPhoneCallActivatedEventArgs : IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIPhoneCallActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IPhoneCallActivatedEventArgs
繼承
Object Platform::Object IInspectable WebUIPhoneCallActivatedEventArgs
屬性
實作

Windows 需求

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

屬性

ActivatedOperation

取得管理應用程式啟用作業的物件。

Kind

取得啟用的類型。

LineId

取得所使用 之 的 PhoneLine 識別碼,您可以使用這個識別碼來擷取對應的 PhoneLine 物件。

PreviousExecutionState

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

SplashScreen

取得提供啟動顯示畫面資訊的 物件。

User

取得啟動應用程式的使用者。

適用於