IVsTaskItem3.GetNavigationStatusText(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.
This method returns the text that will be placed on the status bar when the task is successfully navigated to.
public:
int GetNavigationStatusText([Runtime::InteropServices::Out] System::String ^ % pbstrText);
int GetNavigationStatusText([Runtime::InteropServices::Out] std::wstring const & & pbstrText);
public int GetNavigationStatusText (out string pbstrText);
abstract member GetNavigationStatusText : string -> int
Public Function GetNavigationStatusText (ByRef pbstrText As String) As Integer
Parameters
- pbstrText
- String
[out] A pointer to the string containing the text.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
HRESULT IVsTaskItem3::GetNavigationStatusText(
[out] BSTR* pbstrText
);