IVsStatusbarUser.SetInfo 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.
Sets the information in the status bar to reflect this status bar user.
public:
int SetInfo();
public:
int SetInfo();
int SetInfo();
public int SetInfo ();
abstract member SetInfo : unit -> int
Public Function SetInfo () As Integer
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
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 SetTextSetLineColChar and SetInsMode.