简体   繁体   中英

How to get Multiple selected files using a sharpshell contextmenu?

i am making an app that integrates in windows contextmenu,i am using sharpshell tutorials from CodeProject.com. is there any possible way of getting all information of all files that are selected because its giving information about only one file(selected and right click in the end). Is this Possible. if not how can i achieve my purpose

I have the same problem with version 2.1. SelectedItemPaths from class SharpContextMenu should return the selected paths but there is a bug there: https://sharpshell.codeplex.com/workitem/1178 , even if is marked as fixed.

使用测试服务器(用于调试代码)时,SelectedItemPaths将仅保存最后选择的项,其计数为1。安装并注册服务器后,所有选定项都将保留在SelectedItemPaths中。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM