Partilhar via


Método IVsTextViewIntellisenseHost_Corrected.UpdateSmartTagWindow

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.9.0 (em Microsoft.VisualStudio.TextManager.Interop.9.0.dll)

Sintaxe

'Declaração
Function UpdateSmartTagWindow ( _
    pSmartTagWnd As IVsSmartTagTipWindow, _
    dwFlags As UInteger _
) As Integer
int UpdateSmartTagWindow(
    IVsSmartTagTipWindow pSmartTagWnd,
    uint dwFlags
)
int UpdateSmartTagWindow(
    [InAttribute] IVsSmartTagTipWindow^ pSmartTagWnd, 
    [InAttribute] unsigned int dwFlags
)
abstract UpdateSmartTagWindow : 
        pSmartTagWnd:IVsSmartTagTipWindow * 
        dwFlags:uint32 -> int
function UpdateSmartTagWindow(
    pSmartTagWnd : IVsSmartTagTipWindow, 
    dwFlags : uint
) : int

Parâmetros

  • dwFlags
    Tipo: UInt32

Valor de retorno

Tipo: Int32

Segurança do .NET Framework

Consulte também

Referência

IVsTextViewIntellisenseHost_Corrected Interface

Namespace Microsoft.VisualStudio.TextManager.Interop