IWebAccountProviderActivatedEventArgs Interface

Definition

Contains methods for providing information to an app activated as a result of a web account provider operation.

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
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
Operation

Gets the web account provider operation.

PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

(Inherited from IActivatedEventArgs)

Applies to

See also