WebAccountAction Enum
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.
Specifies actions that your app does on an web account.
public enum class WebAccountAction
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WebAccountAction
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WebAccountAction
var value = Windows.UI.ApplicationSettings.WebAccountAction.reconnect
Public Enum WebAccountAction
- Inheritance
-
WebAccountAction
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Fields
Name | Value | Description |
---|---|---|
Reconnect | 0 | The app attempts to connect to the web account. |
Remove | 1 | The app removes the web account from the account settings pane. |
ViewDetails | 2 | The app displays details about the web account. |
Manage | 3 | The app displays UI for managing the web account. |
More | 4 | The app does a custom action with the web account. |