IVsCommonMessagePump.SetStatusBarText(String) 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.
Specifies the text to use on the status bar.
public:
int SetStatusBarText(System::String ^ pszStatusBarText);
public:
int SetStatusBarText(Platform::String ^ pszStatusBarText);
int SetStatusBarText(std::wstring const & pszStatusBarText);
public int SetStatusBarText (string pszStatusBarText);
abstract member SetStatusBarText : string -> int
Public Function SetStatusBarText (pszStatusBarText As String) As Integer
Parameters
- pszStatusBarText
- String
The text to use on the status bar. If null or the empty string, then no status bar update is made.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.