WebAccountMonitor クラス

定義

アプリで特定の Web アカウントを監視し、それらの Web アカウントが変更されたときにイベントを発生させます。

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 が更新されたときに発生します。

適用対象