IVsIntellisenseEngine.Unload 方法

定义

确保卸载 Intellisense 引擎。 由 c # 重构调用。

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

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于