Share via


IVsIntellisenseLangTip.Update(IVsTipWindow, UInt32) Method

Definition

Updates a language tooltip.

public:
 int Update(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow ^ pTipWnd, System::UInt32 dwFlags);
public:
 int Update(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow ^ pTipWnd, unsigned int dwFlags);
int Update(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow const & pTipWnd, unsigned int dwFlags);
public int Update (Microsoft.VisualStudio.TextManager.Interop.IVsTipWindow pTipWnd, uint dwFlags);
abstract member Update : Microsoft.VisualStudio.TextManager.Interop.IVsTipWindow * uint32 -> int
Public Function Update (pTipWnd As IVsTipWindow, dwFlags As UInteger) As Integer

Parameters

pTipWnd
IVsTipWindow

[in] A pointer to the IVsTipWindow interface.

dwFlags
UInt32

[in] Tip window flags. Values are taken from TipWindowFlags enumeration.

Returns

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);

Applies to