IVsTaskItem::get_Text Method (String^)

 

Returns the description of the task item.

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

int get_Text(
	[OutAttribute] String^% pbstrName
)

Parameters

pbstrName
Type: System::String^

[out, retval] Pointer to a description of the task item.

Return Value

Type: System::Int32

If 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.

Return to top
Show: