Task::IVsTaskItem::put_Text Method (String^)

 

Sets the description of the task.

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

private:
virtual int put_Text(
	String^ t
) sealed = IVsTaskItem::put_Text

Parameters

t
Type: System::String^

The description of the task.

Return Value

Type: System::Int32

S_OK.

Return to top
Show: