WebUIWebAccountProviderActivatedEventArgs Class

Definition

Represents the arguments involved in activated a web account provider.

public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIWebAccountProviderActivatedEventArgs sealed : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIWebAccountProviderActivatedEventArgs final : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIWebAccountProviderActivatedEventArgs : IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IWebAccountProviderActivatedEventArgs
Public NotInheritable Class WebUIWebAccountProviderActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IWebAccountProviderActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUIWebAccountProviderActivatedEventArgs
Attributes
Implements

Windows requirements

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

Remarks

Version history

Windows version SDK version Value added
1607 14393 User

Properties

ActivatedOperation

Gets the activated operation.

Kind

Gets the kind of activation.

Operation

Gets the web account provider operation.

PreviousExecutionState

Gets the previous execution state of the app.

SplashScreen

Gets the splash screen.

User

Gets the user that the app was activated for.

Applies to

See also