IVsXMLMemberIndex.BuildMemberIndex Method

Definition

Creates or updates the XML file member index.

C++/CX
public:
 int BuildMemberIndex();

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

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.

Applies to

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022