Share via


WebUILockScreenComponentActivatedEventArgs クラス

定義

アプリがロック画面コンポーネントの一部としてアクティブ化されるときにデータを提供します。

public ref class WebUILockScreenComponentActivatedEventArgs sealed : IActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUILockScreenComponentActivatedEventArgs final : IActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUILockScreenComponentActivatedEventArgs : IActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUILockScreenComponentActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral
継承
Object Platform::Object IInspectable WebUILockScreenComponentActivatedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 Creators Update (10.0.15063.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v4.0 で導入)

プロパティ

ActivatedOperation

アプリをアクティブ化した操作を取得します。

Kind

アクティブ化の種類を取得します。

PreviousExecutionState

アクティブ化される前のアプリの実行状態を取得します。

SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

適用対象