IVsIntellisenseCompletor.Update 方法

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

语法

声明
Function Update ( _
    pCompSet As IVsCompletionSet, _
    dwFlags As UInteger _
) As Integer
int Update(
    IVsCompletionSet pCompSet,
    uint dwFlags
)
int Update(
    IVsCompletionSet^ pCompSet, 
    unsigned int dwFlags
)
abstract Update : 
        pCompSet:IVsCompletionSet * 
        dwFlags:uint32 -> int
function Update(
    pCompSet : IVsCompletionSet, 
    dwFlags : uint
) : int

参数

  • dwFlags
    类型:UInt32

    IntelliSense 宿主标志。 值从 IntellisenseHostFlags 中采用。

返回值

类型:Int32
如果方法成功,则返回 VSConstants.S_OK。如果失败,它会返回一个错误代码。

备注

C++

从 singlefileeditor.idl:

HRESULT IVsIntellisenseCompletor::Update(IVsCompletionSet *pCompSet, DWORD dwFlags);

.NET Framework 安全性

请参阅

参考

IVsIntellisenseCompletor 接口

Microsoft.VisualStudio.TextManager.Interop 命名空间