WebAccountClientViewType 열거형

정의

클라이언트에 표시되는 웹 계정에 대한 정보 수준을 나타냅니다.

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만 표시합니다.

적용 대상