Share via


IVsIntellisenseLangTip.Update Method

Updates a language tooltip.

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

Syntax

'Declaration
Function Update ( _
    pTipWnd As IVsTipWindow, _
    dwFlags As UInteger _
) As Integer
int Update(
    IVsTipWindow pTipWnd,
    uint dwFlags
)
int Update(
    [InAttribute] IVsTipWindow^ pTipWnd, 
    [InAttribute] unsigned int dwFlags
)
abstract Update : 
        pTipWnd:IVsTipWindow * 
        dwFlags:uint32 -> int
function Update(
    pTipWnd : IVsTipWindow, 
    dwFlags : uint
) : int

Parameters

Return Value

Type: System.Int32
If the method succeeds, it returns NativeMethods.S_OK. If it fails, it returns an error code.

Remarks

C++

From singlefileeditor.idl:

HRESULT IVsIntellisenseLangTip::Update([in] IVsTipWindow *pTipWnd, [in] DWORD dwFlags);

.NET Framework Security

See Also

Reference

IVsIntellisenseLangTip Interface

Microsoft.VisualStudio.TextManager.Interop Namespace