CommonMessagePump.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.
Text of the status bar during the wait.
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetStatusBarText(System::String ^ statusBarText) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetStatusBarText;
virtual int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetStatusBarText(Platform::String ^ statusBarText) = Microsoft::VisualStudio::Shell::Interop::IVsCommonMessagePump::SetStatusBarText;
int Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetStatusBarText(std::wstring const & statusBarText);
int IVsCommonMessagePump.SetStatusBarText (string statusBarText);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetStatusBarText : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsCommonMessagePump.SetStatusBarText : string -> int
Function SetStatusBarText (statusBarText As String) As Integer Implements IVsCommonMessagePump.SetStatusBarText
Parameters
- statusBarText
- String
The status bar text.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
Remarks
This may be set before calling ModalWaitForHandles or during one of the callbacks in ModalWaitForHandlesWithClient.