vsTaskIcon Enum
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.
Represents the category for the new task item.
public enum class vsTaskIcon
public enum class vsTaskIcon
enum vsTaskIcon
[System.Runtime.InteropServices.Guid("195DAB2E-4854-11D2-8820-00C04FB6C6FF")]
public enum vsTaskIcon
[<System.Runtime.InteropServices.Guid("195DAB2E-4854-11D2-8820-00C04FB6C6FF")>]
type vsTaskIcon =
Public Enum vsTaskIcon
- Inheritance
-
vsTaskIcon
- Attributes
Fields
Name | Value | Description |
---|---|---|
vsTaskIconNone | 0 | No icon |
vsTaskIconCompile | 1 | The compile error icon |
vsTaskIconSquiggle | 2 | The smart editor icon |
vsTaskIconComment | 3 | The comment task icon |
vsTaskIconShortcut | 4 | The shortcut icon |
vsTaskIconUser | 5 | The user-defined task icon |