IVsXMLMemberIndex Interface
Visual Studio 2015
Creates an index of members in XML documents corresponding to metadata files. Implemented by the environment. Returned by the CreateXMLMemberIndex method of the IVsXMLMemberIndexService interface.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | BuildMemberIndex() | Creates or updates the XML file member index. |
![]() | GetMemberDataFromXML(String, IVsXMLMemberData) | Returns an interface (IVsXMLMemberData) that extracts and renders text from a given XML file. |
![]() | GetMemberXML(UInt32, String) | Retrieves the XML source corresponding to a given member. |
![]() | ParseMemberSignature(String, UInt32) | Parses a member signature into a unique member identifier. |
This method provides convenient access to large metadata files without needing to use the full XML parser.
Show:
