IVsXMLMemberIndex::BuildMemberIndex Method ()
Visual Studio 2015
Creates or updates the XML file member index.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
You do not need to call this method directly. The GetMemberXML method calls it automatically before proceeding.
This method returns when the index is ready for use. The method blocks any other thread that had already entered a call to this function, or a call to GetMemberXML bringing the index up to date.
Show: