UserDataAccountProviderActivatedEventArgs.Operation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the user account management operation.
public:
property IUserDataAccountProviderOperation ^ Operation { IUserDataAccountProviderOperation ^ get(); };
IUserDataAccountProviderOperation Operation();
public IUserDataAccountProviderOperation Operation { get; }
var iUserDataAccountProviderOperation = userDataAccountProviderActivatedEventArgs.operation;
Public ReadOnly Property Operation As IUserDataAccountProviderOperation
Property Value
The user account management operation.
Implements
Windows requirements
App capabilities |
userDataAccountsProvider
|