ErrorTask.ErrorCategory Property

Definition

Gets or sets the error category associated with this task.

public:
 property Microsoft::VisualStudio::Shell::TaskErrorCategory ErrorCategory { Microsoft::VisualStudio::Shell::TaskErrorCategory get(); void set(Microsoft::VisualStudio::Shell::TaskErrorCategory value); };
public:
 property Microsoft::VisualStudio::Shell::TaskErrorCategory ErrorCategory { Microsoft::VisualStudio::Shell::TaskErrorCategory get(); void set(Microsoft::VisualStudio::Shell::TaskErrorCategory value); };
public Microsoft.VisualStudio.Shell.TaskErrorCategory ErrorCategory { get; set; }
member this.ErrorCategory : Microsoft.VisualStudio.Shell.TaskErrorCategory with get, set
Public Property ErrorCategory As TaskErrorCategory

Property Value

TaskErrorCategory.

Applies to