IWebAccountProviderActivatedEventArgs 介面

定義

包含方法,提供資訊給因 Web 帳戶提供者作業而啟動的應用程式。

public interface class IWebAccountProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1924601716, 39146, 19663, 151, 82, 70, 217, 5, 16, 4, 241)]
struct IWebAccountProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1924601716, 39146, 19663, 151, 82, 70, 217, 5, 16, 4, 241)]
public interface IWebAccountProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Kind

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

(繼承來源 IActivatedEventArgs)
Operation

取得 Web 帳戶提供者作業。

PreviousExecutionState

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

(繼承來源 IActivatedEventArgs)
SplashScreen

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

(繼承來源 IActivatedEventArgs)

適用於

另請參閱