1

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

4

2 回答 2

0

我对 2.1 版也有同样的问题。SharpContextMenu 类中的 SelectedItemPaths 应该返回选定的路径,但那里有一个错误:https ://sharpshell.codeplex.com/workitem/1178 ,即使标记为已修复。

于 2014-04-18T00:57:05.647 回答
0

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

于 2014-10-01T08:53:35.207 回答