-
Notifications
You must be signed in to change notification settings - Fork 337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync #4945
Merged
DinahK-2SO
merged 6 commits into
user/xianghong/pickers-prototype
from
user/xiaomgao/file_open_picker__one_step
Dec 10, 2024
Merged
Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync #4945
DinahK-2SO
merged 6 commits into
user/xianghong/pickers-prototype
from
user/xiaomgao/file_open_picker__one_step
Dec 10, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DinahK-2SO
changed the base branch from
user/xianghong/pickers-prototype
to
main
December 9, 2024 23:52
DinahK-2SO
changed the base branch from
main
to
user/xianghong/pickers-prototype
December 9, 2024 23:57
Does this PR fix #2504? |
DinahK-2SO
added a commit
that referenced
this pull request
Dec 12, 2024
…4945) Creating new API Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync
DinahK-2SO
added a commit
that referenced
this pull request
Dec 12, 2024
…ype-workingdir\Microsoft.Storage.Pickers Squashed commit of the following: commit 4ce840f Author: Dinah Gao <x.kic8462852@gmail.com> Date: Wed Dec 11 15:00:41 2024 +0800 add one telemetry commit bbf72f8 Author: Dinah Gao <116714259+DinahK-2SO@users.noreply.github.com> Date: Tue Dec 10 11:01:23 2024 +0800 Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync (#4945) Creating new API Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync commit ff3f2a8 Author: Xiang Hong <hx.hongxiang@gmail.com> Date: Mon Dec 9 18:14:16 2024 +0800 fix: fix project configuration and add certificate notes to README.md commit e11c8e6 Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sun Dec 8 20:54:23 2024 +0800 update readme for folder description commit c6966f3 Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sun Dec 8 20:08:46 2024 +0800 add a simple READEME commit c17750f Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sun Dec 8 11:27:04 2024 +0800 feature: add basic implementations for SavePickers FileExtension/SuggestedSaveFile/Name functionalities commit 3be9dc1 Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sun Dec 8 10:35:59 2024 +0800 clean: code clean on naming styles etc commit 9fcc249 Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sat Dec 7 22:22:21 2024 +0800 refactor: use WinRT MD5 hash string to Guid commit 756bafa Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sat Dec 7 22:02:55 2024 +0800 fix: fix file type filter issues and refactor to use PickParameters commit 8dea72a Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com> Date: Sat Dec 7 19:46:45 2024 +0800 feature: add COM FileSavePicker basic implementation commit 37a5a75 Author: Xiang Hong <hx.hongxiang@gmail.com> Date: Sat Dec 7 17:13:55 2024 +0800 add save file dialog usage in demo app commit fc9a03a Author: Xiang Hong <hx.hongxiang@gmail.com> Date: Sat Dec 7 12:06:47 2024 +0800 feature: add folder functionalities to demo test app commit 34556bd Author: Xiang Hong <hx.hongxiang@gmail.com> Date: Fri Dec 6 22:51:55 2024 +0800 feature: add COM based picker prototype basic implementation
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
FileOpenPicker that supports both usage scenario in normal mode and admin mode
Demo