AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
Class
Definition
Enables the app to signal when it has finished populating command collections while handling the AccountCommandsRequested event.
public : sealed class AccountsSettingsPaneEventDeferral : IAccountsSettingsPaneEventDeferralpublic sealed class AccountsSettingsPaneEventDeferral : IAccountsSettingsPaneEventDeferralPublic NotInheritable Class AccountsSettingsPaneEventDeferral Implements IAccountsSettingsPaneEventDeferral// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Use the Complete method to signal when your app has fulfilled the request.
Methods
Complete() Complete() Complete() Complete()
Signals that the app has finished populating command collections while handling the AccountCommandsRequested event.
public : void Complete()public void Complete()Public Function Complete() As void// You can use this method in JavaScript.