IVsIntellisenseProjectManager.CompleteIntellisenseProjectLoad Method

Definition

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.

Applies to