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)

适用于

另请参阅