Commit 660fd74
committed
Merged PR 22146: Add notes to picker ref docs in winrt about wasdk file and folder pickers
Add notes to picker ref docs in winrt about wasdk file and folder pickers. Recommend that users use the new pickers in WinUI and other desktop apps.
----
#### AI description (iteration 1)
#### PR Classification
Documentation update
#### PR Summary
This pull request updates the picker reference documentation by adding detailed notes and guidance on using the Windows App SDK APIs for file and folder pickers, particularly addressing elevated mode issues and WinUI usage.
- **`filesavepicker.md`**: Enhanced the important note with emphasized formatting for the PickSaveFileAsync method, added a note for WinUI apps, and included extended explanation for handling elevated desktop apps using the Windows App SDK.
- **`windows_storage_pickers.md`**: Updated the description and remarks to clarify the functionality of picker APIs, highlighting that the Windows SDK APIs do not work in elevated mode and introducing Microsoft.Windows.Storage.Pickers for this scenario; additionally, the "see also" section was revised to include the new API reference.
- **`fileopenpicker.md` and `folderpicker.md`**: Added note blocks with links to the respective WinUI documentation pages for FileOpenPicker and FolderPicker to guide desktop app usage.
<!-- GitOpsUserAgent=GitOps.Apps.Server.pullrequestcopilot -->4 files changed
Lines changed: 20 additions & 4 deletions
File tree
- windows.storage.pickers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | 34 | | |
32 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
33 | 41 | | |
34 | 42 | | |
35 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
| |||
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
0 commit comments