IVsTextView::UpdateTipWindow Method (IVsTipWindow^, UInt32)
Visual Studio 2015
Updates the tip window.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pTipWindow
-
Type:
Microsoft.VisualStudio.TextManager.Interop::IVsTipWindow^
[in] Pointer to a tip window object.
- dwFlags
-
Type:
System::UInt32
[in] Tip window options. For a list of dwFlags values, see TipWindowFlags.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextView::UpdateTipWindow( [in] IVsTipWindow *pTipWindow, [in] DWORD dwFlags );
Show: