Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the type of task in the Task window.
Inheritance Hierarchy
System.Object
EnvDTE.vsTaskCategories
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
<GuidAttribute("7BC6A78F-28DA-4639-856C-88EA7A3F4CC0")> _
Public MustInherit Class vsTaskCategories
[GuidAttribute("7BC6A78F-28DA-4639-856C-88EA7A3F4CC0")]
public abstract class vsTaskCategories
[GuidAttribute(L"7BC6A78F-28DA-4639-856C-88EA7A3F4CC0")]
public ref class vsTaskCategories abstract
[<AbstractClass>]
[<GuidAttribute("7BC6A78F-28DA-4639-856C-88EA7A3F4CC0")>]
type vsTaskCategories = class end
public abstract class vsTaskCategories
The vsTaskCategories type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
![]() ![]() |
vsTaskCategoryBuildCompile | Represents a build or compile error in the Task window. |
![]() ![]() |
vsTaskCategoryComment | Represents a comment in the Task window. |
![]() ![]() |
vsTaskCategoryHTML | Represent a comment from HTML in the Task window. |
![]() ![]() |
vsTaskCategoryMisc | Represents a miscellaneous comment in the Task window. |
![]() ![]() |
vsTaskCategoryShortcut | Represents a shortcut link in the Task window. |
![]() ![]() |
vsTaskCategoryUser | Represents a user defined task in the Task window. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.