UserDataAccountProviderAddAccountOperation
UserDataAccountProviderAddAccountOperation
UserDataAccountProviderAddAccountOperation
UserDataAccountProviderAddAccountOperation
Class
Definition
Provides the data for adding a new user account.
public : sealed class UserDataAccountProviderAddAccountOperation : IUserDataAccountProviderAddAccountOperation, IUserDataAccountProviderOperationpublic sealed class UserDataAccountProviderAddAccountOperation : IUserDataAccountProviderAddAccountOperation, IUserDataAccountProviderOperationPublic NotInheritable Class UserDataAccountProviderAddAccountOperation Implements IUserDataAccountProviderAddAccountOperation, IUserDataAccountProviderOperation// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Properties
ContentKinds ContentKinds ContentKinds ContentKinds
Gets the types of content supported by the user account, such as email, contacts, and appointments.
public : UserDataAccountContentKinds ContentKinds { get; }public UserDataAccountContentKinds ContentKinds { get; }Public ReadOnly Property ContentKinds As UserDataAccountContentKinds// You can use this property in JavaScript.
- Value
- UserDataAccountContentKinds UserDataAccountContentKinds UserDataAccountContentKinds UserDataAccountContentKinds
The types of content supported by the user account, such as email, contacts, and appointments.
Kind Kind Kind Kind
Gets the type of this account operation.
public : UserDataAccountProviderOperationKind Kind { get; }public UserDataAccountProviderOperationKind Kind { get; }Public ReadOnly Property Kind As UserDataAccountProviderOperationKind// You can use this property in JavaScript.
- Value
- UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind UserDataAccountProviderOperationKind
The type of this account operation.
PartnerAccountInfos PartnerAccountInfos PartnerAccountInfos PartnerAccountInfos
Gets a list of UserDataAccountPartnerAccountInfo objects for this operation.
public : IVectorView<UserDataAccountPartnerAccountInfo> PartnerAccountInfos { get; }public IReadOnlyList<UserDataAccountPartnerAccountInfo> PartnerAccountInfos { get; }Public ReadOnly Property PartnerAccountInfos As IReadOnlyList<UserDataAccountPartnerAccountInfo>// You can use this property in JavaScript.
- Value
- IVectorView<UserDataAccountPartnerAccountInfo> IReadOnlyList<UserDataAccountPartnerAccountInfo> IReadOnlyList<UserDataAccountPartnerAccountInfo> IReadOnlyList<UserDataAccountPartnerAccountInfo>
A list of UserDataAccountPartnerAccountInfo objects for this operation.
Methods
ReportCompleted(String) ReportCompleted(String) ReportCompleted(String) ReportCompleted(String)
Reports back to the calling app that the operation is complete.
public : void ReportCompleted(PlatForm::String userDataAccountId)public void ReportCompleted(String userDataAccountId)Public Function ReportCompleted(userDataAccountId As String) As void// You can use this method in JavaScript.
Parameters
- userDataAccountId
- PlatForm::String String String String
The identifier for the user account upon which the operation completed.