IVsIntellisenseLangTip.Close(Int32) 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.
Destroys the tip window and then deletes the tip.
public:
int Close(int fDeleteThis);
public:
int Close(int fDeleteThis);
int Close(int fDeleteThis);
public int Close (int fDeleteThis);
abstract member Close : int -> int
Public Function Close (fDeleteThis As Integer) As Integer
Parameters
- fDeleteThis
- Int32
[in] BOOLEAN indicating that the window can be deleted.
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::Close([in] BOOL fDeleteThis);