vsTaskCategories Class

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
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member vsTaskCategoryBuildCompile Represents a build or compile error in the Task window.
Public fieldStatic member vsTaskCategoryComment Represents a comment in the Task window.
Public fieldStatic member vsTaskCategoryHTML Represent a comment from HTML in the Task window.
Public fieldStatic member vsTaskCategoryMisc Represents a miscellaneous comment in the Task window.
Public fieldStatic member vsTaskCategoryShortcut Represents a shortcut link in the Task window.
Public fieldStatic member 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.

See Also

Reference

EnvDTE Namespace