【发布时间】:2011-11-13 23:46:08
【问题描述】:
有什么方法可以将位置添加到 Windows 7 搜索索引并使其在 .Net 中编入索引?
【问题讨论】:
有什么方法可以将位置添加到 Windows 7 搜索索引并使其在 .Net 中编入索引?
【问题讨论】:
使用 Windows 索引服务 API 中的 AddCatalog 函数:
void AddCatalog(string Name, string Location)
对于 VB 示例,请参阅this post。
【讨论】: