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

顯示識別碼和屬性。

IdOnly 0

只顯示識別碼。

適用於