AccountsSettingsPaneCommandsRequestedEventArgs
AccountsSettingsPaneCommandsRequestedEventArgs
AccountsSettingsPaneCommandsRequestedEventArgs
AccountsSettingsPaneCommandsRequestedEventArgs
Class
Definition
Provides data for the AccountCommandsRequested event.
public : sealed class AccountsSettingsPaneCommandsRequestedEventArgs : IAccountsSettingsPaneCommandsRequestedEventArgspublic sealed class AccountsSettingsPaneCommandsRequestedEventArgs : IAccountsSettingsPaneCommandsRequestedEventArgsPublic NotInheritable Class AccountsSettingsPaneCommandsRequestedEventArgs Implements IAccountsSettingsPaneCommandsRequestedEventArgs// 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)
|
Properties
Commands Commands Commands Commands
Gets the SettingsCommand collection for the account settings pane.
public : IVector<SettingsCommand> Commands { get; }public IList<SettingsCommand> Commands { get; }Public ReadOnly Property Commands As IList<SettingsCommand>// You can use this property in JavaScript.
- Value
- IVector<SettingsCommand> IList<SettingsCommand> IList<SettingsCommand> IList<SettingsCommand>
The settings commands.
CredentialCommands CredentialCommands CredentialCommands CredentialCommands
Gets the CredentialCommand collection for the account settings pane.
public : IVector<CredentialCommand> CredentialCommands { get; }public IList<CredentialCommand> CredentialCommands { get; }Public ReadOnly Property CredentialCommands As IList<CredentialCommand>// You can use this property in JavaScript.
- Value
- IVector<CredentialCommand> IList<CredentialCommand> IList<CredentialCommand> IList<CredentialCommand>
The credential commands.
HeaderText HeaderText HeaderText HeaderText
Gets or sets the header text for the account settings pane.
public : PlatForm::String HeaderText { get; set; }public string HeaderText { get; set; }Public ReadWrite Property HeaderText As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The header text.
WebAccountCommands WebAccountCommands WebAccountCommands WebAccountCommands
Gets the WebAccountCommand collection for the account settings pane.
public : IVector<WebAccountCommand> WebAccountCommands { get; }public IList<WebAccountCommand> WebAccountCommands { get; }Public ReadOnly Property WebAccountCommands As IList<WebAccountCommand>// You can use this property in JavaScript.
- Value
- IVector<WebAccountCommand> IList<WebAccountCommand> IList<WebAccountCommand> IList<WebAccountCommand>
The web account collection.
WebAccountProviderCommands WebAccountProviderCommands WebAccountProviderCommands WebAccountProviderCommands
Gets the WebAccountProviderCommand collection for the account settings pane.
public : IVector<WebAccountProviderCommand> WebAccountProviderCommands { get; }public IList<WebAccountProviderCommand> WebAccountProviderCommands { get; }Public ReadOnly Property WebAccountProviderCommands As IList<WebAccountProviderCommand>// You can use this property in JavaScript.
- Value
- IVector<WebAccountProviderCommand> IList<WebAccountProviderCommand> IList<WebAccountProviderCommand> IList<WebAccountProviderCommand>
The web account provider command collection.
Methods
GetDeferral() GetDeferral() GetDeferral() GetDeferral()
Gets the deferral object for the AccountCommandsRequested event.
public : AccountsSettingsPaneEventDeferral GetDeferral()public AccountsSettingsPaneEventDeferral GetDeferral()Public Function GetDeferral() As AccountsSettingsPaneEventDeferral// You can use this method in JavaScript.
Returns
AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
AccountsSettingsPaneEventDeferral
The deferral object.
- See Also