Compartilhar via


IVsIntellisenseEngine.Unload Method

Definition

Ensures the Intellisense engine is unloaded. Called by C# refactoring.

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

Returns

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

Applies to