SupportedWebAccountActions
SupportedWebAccountActions
SupportedWebAccountActions
SupportedWebAccountActions
Enum
Definition
Specifies actions that your app enables on an web account instance in the account settings pane.
This enumeration has a System.FlagsAttribute attribute that allows a bitwise combination of its member values.
public : enum class SupportedWebAccountActionspublic enum SupportedWebAccountActionsPublic Enum SupportedWebAccountActions// You can use this enum in JavaScript.
- Attributes
-
System.FlagsAttribute ContractVersionAttribute
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)
|
Fields
| Manage Manage Manage Manage | The app displays UI for managing the web account. |
| More More More More | The app does a custom action with the web account. |
| None None None None | No action. |
| Reconnect Reconnect Reconnect Reconnect | The app attempts to connect to the web account. |
| Remove Remove Remove Remove | The app removes the web account from the account settings pane. |
| ViewDetails ViewDetails ViewDetails ViewDetails | The app displays details about the web account. |