Task::IsTextEditable Property

 

Gets or sets whether or not it is possible to edit the description of a task.

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

public:
property bool IsTextEditable {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if it is possible to edit the description of a task, otherwise false.

Return to top
Show: