Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/323.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 有没有办法列出索引目录的属性?_C#_Properties_Indexing - Fatal编程技术网

C# 有没有办法列出索引目录的属性?

C# 有没有办法列出索引目录的属性?,c#,properties,indexing,C#,Properties,Indexing,我想获取Microsoft索引目录的属性列表。有办法吗?如果是,怎么做 我使用C#3.5似乎索引服务将属性存储在注册表中,因此不幸的是,枚举属性的最佳方法是查询注册表。相关密钥可在此处找到: HKLM\SYSTEM\CurrentControlSet\Services\ContentIndex 如果您知道感兴趣的属性的名称,那么最好使用COM对象通过和方法(在ciodm.dll中找到,它位于我的计算机上的C:\WINDOWS\System32中)查询这些值 有关更多完整信息,请参阅此参考:

我想获取Microsoft索引目录的属性列表。有办法吗?如果是,怎么做


我使用C#3.5

似乎索引服务将属性存储在注册表中,因此不幸的是,枚举属性的最佳方法是查询注册表。相关密钥可在此处找到:

HKLM\SYSTEM\CurrentControlSet\Services\ContentIndex
如果您知道感兴趣的属性的名称,那么最好使用COM对象通过和方法(在ciodm.dll中找到,它位于我的计算机上的C:\WINDOWS\System32中)查询这些值

有关更多完整信息,请参阅此参考: