SupportedWebAccountActions Enum

Definition

Specifies actions that your app enables on an web account instance in the account settings pane.

This enumeration supports a bitwise combination of its member values.

public enum class SupportedWebAccountActions
/// [System.Flags]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class SupportedWebAccountActions
[System.Flags]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum SupportedWebAccountActions
var value = Windows.UI.ApplicationSettings.SupportedWebAccountActions.none
Public Enum SupportedWebAccountActions
Inheritance
SupportedWebAccountActions
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

Manage 8

The app displays UI for managing the web account.

More 16

The app does a custom action with the web account.

None 0

No action.

Reconnect 1

The app attempts to connect to the web account.

Remove 2

The app removes the web account from the account settings pane.

ViewDetails 4

The app displays details about the web account.

Applies to

See also