IVsXMLMemberIndex.BuildMemberIndex Method

Definition

Creates or updates the XML file member index.

public:
 int BuildMemberIndex();
public:
 int BuildMemberIndex();
int BuildMemberIndex();
public int BuildMemberIndex ();
abstract member BuildMemberIndex : unit -> int
Public Function BuildMemberIndex () As Integer

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