This topic has not yet been rated - Rate this topic

IVsXMLMemberIndexService Interface

Enables access to XML documentation corresponding to given metadata files. You can get an instance of the interface from the SVsXMLMemberIndexService (SID_SVsXMLMemberIndexService) service.

Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)

[GuidAttribute("D31E676B-D416-4DA7-977E-20E00AAE1118")] 
[InterfaceTypeAttribute(1)] 
public interface IVsXMLMemberIndexService
/** @attribute GuidAttribute("D31E676B-D416-4DA7-977E-20E00AAE1118") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsXMLMemberIndexService
GuidAttribute("D31E676B-D416-4DA7-977E-20E00AAE1118") 
InterfaceTypeAttribute(1) 
public interface IVsXMLMemberIndexService

Use of this service is straightforward. First, query for the index service. Then, for each metadata file you want XML for, call CreateXMLMemberIndex with the fully qualified name of the metadata file. The service locates the appropriate XML file based on locale, etc., and returns a member index.

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ