ErrorTask::ErrorCategory Property

 

Gets or sets the error category of this task.

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

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