RemoteSystemWatcher.User 属性

定义

表示 RemoteSystemWatcher 打算查看其设备的用户。

public:
 property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = remoteSystemWatcher.user;
Public ReadOnly Property User As User

属性值

要查看其设备的用户。

Windows 要求

设备系列
Windows 10, version 1903 (在 10.0.18362.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)

适用于

另请参阅