VsIntellisenseLangTipClass.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:
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.