资源管理器不会在TILE视图模式下显示shell命名空间扩展的项详细信息

时间:2023-01-17 08:49:20

I have written a NSE that makes many types of compressed archives like 7Z and RAR behave like folders (see http://zabkat.com/blog/compressed-folder-shell-extension.htm)

我编写了一个NSE,它可以使许多类型的压缩存档(如7Z和RAR)像文件夹一样(请参阅http://zabkat.com/blog/compressed-folder-shell-extension.htm)

Most of it works well, but I can't make windows explorer ask for item properties (size/date), e.g. for tooltips, tile view mode or its details pane (the bottom part)

大多数都运行良好,但我无法让Windows资源管理器询问项目属性(大小/日期),例如用于工具提示,平铺视图模式或其详细信息窗格(底部)

The IShellFolder supports GetDetailsOf and GetDetailsEx, and all standard properties like PKEY_DateCreated etc are available. The folder also supports IPropertyStoreFactory. Windows explorer shows the right columns in its detailed view mode but only shows file name in tiles view mode

IShellFolder支持GetDetailsOf和GetDetailsEx,并且所有标准属性(如PKEY_DateCreated等)都可用。该文件夹还支持IPropertyStoreFactory。 Windows资源管理器在其详细视图模式下显示正确的列,但仅在切片视图模式下显示文件名

what interface am I missing to make this work?

我错过了什么接口来使这项工作?

1 个解决方案

#1


the answer is that one needs to supply these extended properties: PKEY_PropList_TileInfo PKEY_PropList_PreviewDetails

答案是需要提供这些扩展属性:PKEY_PropList_TileInfo PKEY_PropList_PreviewDetails

#1


the answer is that one needs to supply these extended properties: PKEY_PropList_TileInfo PKEY_PropList_PreviewDetails

答案是需要提供这些扩展属性:PKEY_PropList_TileInfo PKEY_PropList_PreviewDetails