UserDataAccountProviderSettingsOperation Class

Definition

Provides the data for an account settings operation.

public ref class UserDataAccountProviderSettingsOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserDataAccountProviderSettingsOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserDataAccountProviderSettingsOperation
Public NotInheritable Class UserDataAccountProviderSettingsOperation
Inheritance
Object Platform::Object IInspectable UserDataAccountProviderSettingsOperation
Attributes
Implements

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

The operating system invokes the settings action on the app that set up the account. If no app was used to set up the account, then the operating system shows a generic account settings dialog.

Properties

Kind

Gets the type of this account operation.

UserDataAccountId

Gets the user account ID for this settings operation.

Methods

ReportCompleted()

Reports back to the calling app that the operation is complete.

Applies to

See also