IVsStatusbarUser.SetInfo Method ()
Visual Studio 2015
Sets the information in the status bar to reflect this status bar user.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
This method is called when the window associated with this status bar user becomes active. This method then sets the various parts of the status bar to reflect the current conditions of this status bar user by calling the respective methods of the IVsStatusbar interface, such as SetText SetLineColChar and SetInsMode.
Show: