Skip to content

Commit dae8782

Browse files
committed
Apply suggestions from code review
1 parent bb18d58 commit dae8782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

windows.storage.pickers/folderpicker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In a desktop app, before using an instance of this class in a way that displays
2121
To get started accessing files and folders with a picker, see [Open files and folders with a picker](/windows/uwp/files/quickstart-using-file-and-folder-pickers).
2222

2323
> [!NOTE]
24-
> To use a folder picker in a WinUI app (or other desktop app), see the [FolderPicker class](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.folderpicker) documentation for the Windows App SDK.
24+
> To use a folder picker in a WinUI 3 app (or other desktop app), see the [FolderPicker class](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers.folderpicker) documentation for the Windows App SDK.
2525
2626
### Version history
2727

windows.storage.pickers/windows_storage_pickers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The **Windows.Storage.Pickers** namespace contains classes that create file and
1111

1212
## -remarks
1313

14-
The file and folder picker APIs (Windows.Storage.Pickers) in the Windows SDK don't work when apps run as administrator (elevated mode). To address this gap, the [Microsoft.Windows.Storage.Pickers](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers) APIs are added to the Windows App SDK and support file and folder selection in elevated mode. It's designed for desktop apps and uses a WindowId property to link the picker to its host window.
14+
The file and folder picker APIs (Windows.Storage.Pickers) in the Windows SDK don't work when apps run as administrator (elevated mode). To address this gap, the [Microsoft.Windows.Storage.Pickers](/windows/windows-app-sdk/api/winrt/microsoft.windows.storage.pickers) APIs are added to the Windows App SDK and support file and folder selection in elevated mode. They are designed for desktop apps and use a WindowId property to link the picker to its host window.
1515

1616
## -examples
1717

0 commit comments

Comments
 (0)