IVsIntellisenseHost.UpdateSmartTagWindow(IVsSmartTagTipWindow, 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 the smart tag window.
public:
int UpdateSmartTagWindow(Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow ^ pSmartTagWnd, System::UInt32 dwFlags);
public:
int UpdateSmartTagWindow(Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow ^ pSmartTagWnd, unsigned int dwFlags);
int UpdateSmartTagWindow(Microsoft::VisualStudio::TextManager::Interop::IVsSmartTagTipWindow const & pSmartTagWnd, unsigned int dwFlags);
public int UpdateSmartTagWindow (Microsoft.VisualStudio.TextManager.Interop.IVsSmartTagTipWindow pSmartTagWnd, uint dwFlags);
abstract member UpdateSmartTagWindow : Microsoft.VisualStudio.TextManager.Interop.IVsSmartTagTipWindow * uint32 -> int
Public Function UpdateSmartTagWindow (pSmartTagWnd As IVsSmartTagTipWindow, dwFlags As UInteger) As Integer
Parameters
- pSmartTagWnd
- IVsSmartTagTipWindow
[in] Pointer to the IVsSmartTagTipWindow interface.
- dwFlags
- UInt32
[in] Flags containing tip window flags. Values are taken from the TipWindowFlags interface.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
C++
From singlefileeditor.idl:
HRESULT IVsIntellisenseHost::UpdateSmartTagWindow([in]IVsSmartTagTipWindow *pSmartTagWnd, [in] DWORD dwFlags);