IVsIntellisenseProject.RefreshCompilerOptions 方法

定义

使用宿主中的设置刷新编译器选项。

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

返回

Int32

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

适用于