Share via


IVsIntellisenseHost_Corrected.UpdateSmartTagWindow Method

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

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsIntellisenseHost_Corrected Interface

Microsoft.VisualStudio.TextManager.Interop Namespace