TaskItem::Description Property

 

Sets or gets a string that represents the description for the TaskItem object.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

property String^ Description {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string representing the description for the TaskItem object.

Return to top
Show: