IVsStatusbarUser2.ClearInfo 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.
Removes the user’s information in the status bar.
public:
void ClearInfo();
public:
void ClearInfo();
void ClearInfo();
public void ClearInfo ();
abstract member ClearInfo : unit -> unit
Public Sub ClearInfo ()
Remarks
This method is the converse of SetInfo. The user is no longer the current user of the status bar after this method is called.