WebAccountClientViewType 列挙型

定義

クライアントに表示される Web アカウントに関する情報のレベルを表します。

public enum class WebAccountClientViewType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class WebAccountClientViewType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum WebAccountClientViewType
var value = Windows.Security.Authentication.Web.Provider.WebAccountClientViewType.idOnly
Public Enum WebAccountClientViewType
継承
WebAccountClientViewType
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

フィールド

IdAndProperties 1

ID とプロパティを表示します。

IdOnly 0

ID のみを表示します。

適用対象