IVsIntellisenseProjectManager.CloseIntellisenseProject Method

Definition

Called by editors to explicitly close an Intellisense project.

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

Returns

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

Applies to