IVsTextViewIntellisenseHost.UpdateSmartTagWindow Method

Definition

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

 

dwFlags
UInt32

 

Returns

If the method succeeds, it returns NativeMethods.S_OK. If it fails, it returns an error code.

Implements

Remarks

From singlefileeditor.idl:

HRESULT IVsTextViewIntellisenseHost::UpdateSmartTagWindow([in]IVsSmartTagTipWindow *pSmartTagWnd, [in] DWORD dwFlags);  

Applies to