IVsIntellisenseLangTip.Create(IVsTipWindow) 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.
Creates the tool tip window.
public:
int Create(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow ^ pTipWnd);
public:
int Create(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow ^ pTipWnd);
int Create(Microsoft::VisualStudio::TextManager::Interop::IVsTipWindow const & pTipWnd);
public int Create (Microsoft.VisualStudio.TextManager.Interop.IVsTipWindow pTipWnd);
abstract member Create : Microsoft.VisualStudio.TextManager.Interop.IVsTipWindow -> int
Public Function Create (pTipWnd As IVsTipWindow) As Integer
Parameters
- pTipWnd
- IVsTipWindow
[in] A pointer to the IVsTipWindow interface.
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::Create([in] IVsTipWindow *pTipWnd);