ErrorTask.ErrorCategory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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