IVsExternalCompletionSet.UpdateCompSet 方法

命名空间:  Microsoft.VisualStudio.TextManager.Interop
程序集:  Microsoft.VisualStudio.TextManager.Interop.8.0(在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

语法

声明
Function UpdateCompSet As Integer
int UpdateCompSet()
int UpdateCompSet()
abstract UpdateCompSet : unit -> int
function UpdateCompSet() : int

返回值

类型:Int32
如果成功,则返回; S_OK否则,返回错误代码。

备注

COM 签名

从 singlefileeditor.idl:

HRESULT IVsExternalCompletionSet::UpdateCompSet();

此方法的实现通常重新设置的完成。 调用此方法,在完成列表中显示之前,方法可多次调用。 应确定为实现的团队是否可缓存更新完成列表之间调用。

.NET Framework 安全性

请参阅

参考

IVsExternalCompletionSet 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间