WebAccountMonitor 클래스

정의

앱이 특정 웹 계정을 모니터링하고 해당 웹 계정이 변경될 때 이벤트를 발생하도록 허용합니다.

public ref class WebAccountMonitor sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebAccountMonitor final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebAccountMonitor
Public NotInheritable Class WebAccountMonitor
상속
Object Platform::Object IInspectable WebAccountMonitor
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

설명

버전 기록

Windows 버전 SDK 버전 추가된 값
2004 19041 AccountPictureUpdated

이벤트

AccountPictureUpdated

모니터링되는 WebAccount의 그림이 변경되면 발생합니다.

DefaultSignInAccountChanged

기본 로그인 계정이 변경되면 발생합니다.

Removed

모니터링되는 WebAccount 가 제거되면 발생합니다.

Updated

모니터링되는 WebAccount 가 업데이트될 때 발생합니다.

적용 대상