WebUIToastNotificationActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供啟動應用程式時所發生事件的相關資訊,因為使用者點選快顯通知的本文或在快顯通知內執行動作。
public ref class WebUIToastNotificationActivatedEventArgs sealed : IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIToastNotificationActivatedEventArgs sealed : IActivatedEventArgsWithUser, IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIToastNotificationActivatedEventArgs final : IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIToastNotificationActivatedEventArgs final : IActivatedEventArgsWithUser, IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIToastNotificationActivatedEventArgs : IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIToastNotificationActivatedEventArgs : IActivatedEventArgsWithUser, IToastNotificationActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIToastNotificationActivatedEventArgs
Implements IActivatedEventArgsDeferral, IToastNotificationActivatedEventArgs
Public NotInheritable Class WebUIToastNotificationActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IToastNotificationActivatedEventArgs
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | User |
屬性
ActivatedOperation |
取得應用程式啟用作業。 |
Argument |
取得應用程式透過互動式快顯通知啟動後可擷取的引數。 |
Kind |
取得啟用的種類。 |
PreviousExecutionState |
取得應用程式的先前執行狀態。 |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動之應用程式的相關資訊。 |
User |
取得應用程式已啟用的使用者。 |
UserInput |
取得一組值,可用來從互動式快顯通知取得使用者輸入。 |