IVsTaskItem3.GetNavigationStatusText(String) Method

Definition

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  
);  

Applies to