共用方式為


LockScreenCallActivatedEventArgs 類別

定義

在需要與鎖定畫面進行通訊時提供事件資訊。

JAVAscript 此類型會顯示為 WebUILockScreenCallActivatedEventArgs

public ref class LockScreenCallActivatedEventArgs sealed : IApplicationViewActivatedEventArgs, ILaunchActivatedEventArgs, ILockScreenCallActivatedEventArgs, IViewSwitcherProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LockScreenCallActivatedEventArgs final : IApplicationViewActivatedEventArgs, ILaunchActivatedEventArgs, ILockScreenCallActivatedEventArgs, IViewSwitcherProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LockScreenCallActivatedEventArgs : IApplicationViewActivatedEventArgs, ILaunchActivatedEventArgs, ILockScreenCallActivatedEventArgs, IViewSwitcherProvider
Public NotInheritable Class LockScreenCallActivatedEventArgs
Implements IApplicationViewActivatedEventArgs, ILaunchActivatedEventArgs, ILockScreenCallActivatedEventArgs, IViewSwitcherProvider
繼承
Object Platform::Object IInspectable LockScreenCallActivatedEventArgs
屬性
實作

Windows 需求

裝置系列
Windows Desktop Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.ApplicationModel.Activation.ActivatedEventsContract (已於 v1.0 引進)

備註

當您在ActivationKindLockScreenCall時回應Activated事件時,就會存取此物件。

屬性

Arguments

取得傳遞至應用程式以啟動它的引數。

CallUI

取得處理與鎖定畫面通訊的 UI。

CurrentlyShownApplicationViewId

取得目前顯示之應用程式檢視的識別碼。

Kind

取得啟用類型。

PreviousExecutionState

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

SplashScreen

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

TileId

取得啟動應用程式的來源識別碼。

ViewSwitcher

取得檢視切換器物件,可讓您設定應用程式的檢視。

適用於

另請參閱