命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。