Compartir a través de


VsIntellisenseCompletorClass.Update (Método)

Espacio de nombres:  Microsoft.VisualStudio.TextManager.Interop
Ensamblado:  Microsoft.VisualStudio.TextManager.Interop.8.0 (en Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintaxis

'Declaración
Public Overridable Function Update ( _
    pCompSet As IVsCompletionSet, _
    dwFlags As UInteger _
) As Integer
public virtual int Update(
    IVsCompletionSet pCompSet,
    uint dwFlags
)
public:
virtual int Update(
    IVsCompletionSet^ pCompSet, 
    unsigned int dwFlags
)
abstract Update : 
        pCompSet:IVsCompletionSet * 
        dwFlags:uint32 -> int  
override Update : 
        pCompSet:IVsCompletionSet * 
        dwFlags:uint32 -> int
public function Update(
    pCompSet : IVsCompletionSet, 
    dwFlags : uint
) : int

Parámetros

  • dwFlags
    Tipo: UInt32

Valor devuelto

Tipo: Int32

Implementaciones

IVsIntellisenseCompletor.Update(IVsCompletionSet, UInt32)

Seguridad de .NET Framework

Vea también

Referencia

VsIntellisenseCompletorClass Clase

Microsoft.VisualStudio.TextManager.Interop (Espacio de nombres)