共用方式為


UserWatcher 類別

定義

提供在列舉使用者、使用者集合變更或使用者驗證狀態變更時引發的事件。

public ref class UserWatcher sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class UserWatcher final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class UserWatcher
Public NotInheritable Class UserWatcher
繼承
Object Platform::Object IInspectable UserWatcher
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

Status

取得使用者監看員的狀態。

方法

Start()

啟動使用者監看員。

Stop()

停止使用者監看員。

事件

Added

將使用者新增至 User.FindAllAsync所傳回的使用者集合時引發。

AuthenticationStatusChanged

當使用者的驗證狀態變更時引發。

AuthenticationStatusChanging

當使用者的驗證狀態即將變更時引發。

EnumerationCompleted

當已處理監看員事件的初始傳遞且使用者集合完成時引發。

Removed

當使用者從 User.FindAllAsync所傳回的使用者集合中移除時引發。

Stopped

當使用者監看員停止時引發。

Updated

當與使用者相關聯的資料已變更時引發。

適用於