我需要在高级搜索窗口中运行此代码。如果我运行它,currExplorer.Selection仍然是主窗口的那个,而不是在搜索窗口中选择的那个
currExplorer = Globals.ThisAddIn.Application.ActiveExplorer()
For Each objItem In currExplorer.Selection
答案 0 :(得分:0)
Explorer.Selection仅适用于资源管理器窗口。无法访问“高级搜索”窗口中的项目。