TaskValidationMessage.Category Property

Definition

Important

This API is not CLS-compliant.

Task category.

public:
 virtual property Microsoft::VisualStudio::Shell::TaskCategory Category { Microsoft::VisualStudio::Shell::TaskCategory get(); };
[System.CLSCompliant(false)]
public virtual Microsoft.VisualStudio.Shell.TaskCategory Category { [System.Diagnostics.DebuggerStepThrough] get; }
public virtual Microsoft.VisualStudio.Shell.TaskCategory Category { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.CLSCompliant(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Category : Microsoft.VisualStudio.Shell.TaskCategory
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.Category : Microsoft.VisualStudio.Shell.TaskCategory
Public Overridable ReadOnly Property Category As TaskCategory

Property Value

Comment, Build Error, User, Shortcut, Policy

Attributes

Applies to