UserDataAccountProviderAddAccountOperation Class

Definition

Provides the data for adding a new user account.

public ref class UserDataAccountProviderAddAccountOperation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserDataAccountProviderAddAccountOperation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserDataAccountProviderAddAccountOperation
Public NotInheritable Class UserDataAccountProviderAddAccountOperation
Inheritance
Object Platform::Object IInspectable UserDataAccountProviderAddAccountOperation
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)

Properties

ContentKinds

Gets the types of content supported by the user account, such as email, contacts, and appointments.

Kind

Gets the type of this account operation.

PartnerAccountInfos

Gets a list of UserDataAccountPartnerAccountInfo objects for this operation.

Methods

ReportCompleted(String)

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

Applies to

See also