共用方式為


ILockScreenCallActivatedEventArgs 介面

定義

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

public interface class ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(116621246, 46578, 17547, 177, 62, 227, 40, 172, 28, 81, 106)]
struct ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(116621246, 46578, 17547, 177, 62, 227, 40, 172, 28, 81, 106)]
public interface ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
Public Interface ILockScreenCallActivatedEventArgs
Implements ILaunchActivatedEventArgs
衍生
屬性
實作

Windows 需求

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

屬性

Arguments

取得在其啟動啟用期間傳遞至應用程式的引數。

(繼承來源 ILaunchActivatedEventArgs)
CallUI

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

Kind

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

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)
TileId

取得叫用以啟動應用程式的圖格識別碼。

(繼承來源 ILaunchActivatedEventArgs)

適用於

另請參閱