IVsTaskItem3::GetNavigationStatusText Method (String^)
Visual Studio 2015
This method returns the text that will be placed on the status bar when the task is successfully navigated to.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pbstrText
-
Type:
System::String^
[out] A pointer to the string containing the text.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
HRESULT IVsTaskItem3::GetNavigationStatusText( [out] BSTR* pbstrText );
Show: