IVsIntellisenseLangTip.Close(Int32) Method

Definition

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

Applies to