IVsIntellisenseProjectManager.CompleteIntellisenseProjectLoad Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by editors when an Intellisense project is loading and the editor needs to ensure that loading is complete so that it can complete an action.
public:
int CompleteIntellisenseProjectLoad();
public:
int CompleteIntellisenseProjectLoad();
int CompleteIntellisenseProjectLoad();
public int CompleteIntellisenseProjectLoad ();
abstract member CompleteIntellisenseProjectLoad : unit -> int
Public Function CompleteIntellisenseProjectLoad () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.