Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 867 Bytes

fileopenpicker_createforuser_24112450.md

File metadata and controls

29 lines (20 loc) · 867 Bytes
-api-id -api-type ms.custom
M:Windows.Storage.Pickers.FileOpenPicker.CreateForUser(Windows.System.User)
winrt method
19H1

Windows.Storage.Pickers.FileOpenPicker.CreateForUser

-description

Creates a FileOpenPicker that is scoped to the personal directory of the specified user. Use this method for multi-user applications.

-parameters

-param user

The user for which to create the FileOpenPicker.

-returns

The new FileOpenPicker that was created.

-remarks

-see-also

Introduction to multi-user applications,User

-examples