Task.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.
Gets or sets the task's category.
public:
property Microsoft::VisualStudio::Shell::TaskCategory Category { Microsoft::VisualStudio::Shell::TaskCategory get(); void set(Microsoft::VisualStudio::Shell::TaskCategory value); };
public:
property Microsoft::VisualStudio::Shell::TaskCategory Category { Microsoft::VisualStudio::Shell::TaskCategory get(); void set(Microsoft::VisualStudio::Shell::TaskCategory value); };
public Microsoft.VisualStudio.Shell.TaskCategory Category { get; set; }
member this.Category : Microsoft.VisualStudio.Shell.TaskCategory with get, set
Public Property Category As TaskCategory