IVsIntellisenseEngine.SupportsLoad 方法

定义

指示文件是否支持 Load 方法。 由 c # 重构使用。

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

返回

Int32

S_OK如果受支持,则返回。 否则,它将返回 E_FAIL

适用于