IVsIntellisenseLangTip.Update(IVsTipWindow, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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);