FileOpenPicker.User 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取有关为其创建了 FileOpenPicker 的用户的信息。 将此属性用于 多用户应用程序。
public:
property User ^ User { User ^ get(); };
User User();
public User User { get; }
var user = fileOpenPicker.user;
Public ReadOnly Property User As User
属性值
为其创建了 FileOpenPicker 的用户。
Windows 要求
设备系列 |
Windows 10, version 1903 (在 10.0.18362.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v8.0 中引入)
|