IVsTaskItem3::GetNavigationStatusText Method (String^)

 

This method returns the text that will be placed on the status bar when the task is successfully navigated to.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetNavigationStatusText(
	[OutAttribute] String^% pbstrText
)

Parameters

pbstrText
Type: System::String^

[out] A pointer to the string containing the text.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

HRESULT IVsTaskItem3::GetNavigationStatusText(
   [out] BSTR* pbstrText
);
Return to top
Show: