TaskValidationMessage.Category 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.
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