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

'宣言
Function UpdateSmartTagWindow ( _
    pSmartTagWnd As IVsSmartTagTipWindow, _
    dwFlags As UInteger _
) As Integer
'使用
Dim instance As IVsIntellisenseHost_Corrected
Dim pSmartTagWnd As IVsSmartTagTipWindow
Dim dwFlags As UInteger
Dim returnValue As Integer

returnValue = instance.UpdateSmartTagWindow(pSmartTagWnd, _
    dwFlags)
int UpdateSmartTagWindow(
    IVsSmartTagTipWindow pSmartTagWnd,
    uint dwFlags
)
int UpdateSmartTagWindow(
    [InAttribute] IVsSmartTagTipWindow^ pSmartTagWnd, 
    [InAttribute] unsigned int dwFlags
)
function UpdateSmartTagWindow(
    pSmartTagWnd : IVsSmartTagTipWindow, 
    dwFlags : uint
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IVsIntellisenseHost_Corrected Interface

IVsIntellisenseHost_Corrected Members

Microsoft.VisualStudio.TextManager.Interop Namespace