IVsIntellisenseLangTip.Create(IVsTipWindow) Method

Definition

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);

Applies to