IVsIntellisenseProject.WaitForIntellisenseReady 方法

定义

等待 Intellisense 引擎就绪。

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

返回

Int32

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

适用于