IOleComponentUIManager::SetStatus Method (String^, UInt32)
Visual Studio 2015
Specifies the status text message for the environment's status bar.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pwszStatusText
-
Type:
System::String^
[in] Specifies the status text message to display.
- dwReserved
-
Type:
System::UInt32
[in] Placeholder parameter; this value is currently ignored.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From oleipc.idl:
HRESULT IOleComponentUIManager::SetStatus( [in] LPCOLESTR pwszStatusText, [in] DWORD dwReserved );
Show: