WebAccountProviderTriggerDetails Class

Definition

Provides information about the trigger that started the web account provider task.

public ref class WebAccountProviderTriggerDetails sealed : IWebAccountProviderTokenObjects
public ref class WebAccountProviderTriggerDetails sealed : IWebAccountProviderTokenObjects2
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebAccountProviderTriggerDetails final : IWebAccountProviderTokenObjects
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class WebAccountProviderTriggerDetails final : IWebAccountProviderTokenObjects2
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebAccountProviderTriggerDetails : IWebAccountProviderTokenObjects
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class WebAccountProviderTriggerDetails : IWebAccountProviderTokenObjects2
Public NotInheritable Class WebAccountProviderTriggerDetails
Implements IWebAccountProviderTokenObjects
Public NotInheritable Class WebAccountProviderTriggerDetails
Implements IWebAccountProviderTokenObjects2
Inheritance
Object Platform::Object IInspectable WebAccountProviderTriggerDetails
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
1703 15063 User

Properties

Operation

Gets the web account provider operation.

User

Gets the user that issued this web account provider trigger (for use with multi-user-aware apps).

Applies to

See also