IVsTaskItem::get_Text Method (String^)
Visual Studio 2015
Returns the description of the task item.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrName
-
Type:
System::String^
[out, retval] Pointer to a description of the task item.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsTaskItem::get_Text( [out,retval] BSTR *pbstrName );
This method returns the text in the description column for a specific task item.
Show: