WebUIAppointmentsProviderAddAppointmentActivatedEventArgs.User 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得啟動應用程式的使用者。
public:
property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = webUIAppointmentsProviderAddAppointmentActivatedEventArgs.user;
Public ReadOnly Property User As User
屬性值
啟動應用程式的使用者。
實作
Windows 需求
裝置系列 |
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
|
備註
此屬性會在僅支援單一使用者會話的平臺上傳回登入的使用者。 對於在會話中支援多個使用者的平臺,此屬性會傳回已登入的使用者,該應用程式已啟用。
當多使用者應用程式啟用且沒有特定使用者內容時,這個屬性會傳回 Null 。
多使用者應用程式可以使用此屬性來允許或限制應用程式行為。 例如,您可以根據使用者的認證來限制存取內容或功能。