次の方法で共有


SupportedWebAccountActions 列挙型

定義

アカウント設定ウィンドウの Web アカウント インスタンスでアプリで有効にするアクションを指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

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
継承
SupportedWebAccountActions
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

Manage 8

アプリには、Web アカウントを管理するための UI が表示されます。

More 16

アプリは、Web アカウントを使用してカスタム アクションを実行します。

None 0

NO ACTION

Reconnect 1

アプリは Web アカウントへの接続を試みます。

Remove 2

アプリは、アカウント設定ウィンドウから Web アカウントを削除します。

ViewDetails 4

アプリには、Web アカウントに関する詳細が表示されます。

適用対象

こちらもご覧ください