Task::Category Property

 

Gets or sets the task's category.

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

public:
property TaskCategory Category {
	TaskCategory get();
	void set(TaskCategory value);
}
Return to top
Show: