VsIntellisenseLangTipClass.Close(Int32) Method

Definition

Destroys the tip window and then deletes the tip.

public:
 virtual int Close(int fDeleteThis) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::Close;
public:
 virtual int Close(int fDeleteThis);
public:
 virtual int Close(int fDeleteThis) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::Close;
 virtual int Close(int fDeleteThis);
public virtual int Close (int fDeleteThis);
abstract member Close : int -> int
override this.Close : int -> int
Public Overridable 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 S_OK. If it fails, it returns an error code.

Implements

Applies to