TaskListItem Class  
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.
public ref class TaskListItem : Microsoft::VisualStudio::Shell::Interop::IVsProvideUserContext, Microsoft::VisualStudio::Shell::Interop::IVsTaskItem
	[System.Runtime.InteropServices.ComVisible(true)]
public class TaskListItem : Microsoft.VisualStudio.Shell.Interop.IVsProvideUserContext, Microsoft.VisualStudio.Shell.Interop.IVsTaskItem
	[<System.Runtime.InteropServices.ComVisible(true)>]
type TaskListItem = class
    interface IVsTaskItem
    interface IVsProvideUserContext
	Public Class TaskListItem
Implements IVsProvideUserContext, IVsTaskItem
		- Inheritance
 - 
				TaskListItem
 
- Derived
 
- Attributes
 
- Implements
 
Constructors
| TaskListItem() | |
| TaskListItem(Exception) | 
Fields
| contextNameKeyword | 
Properties
| CanDelete | |
| Category | |
| Checked | |
| Column | |
| Document | |
| HelpKeyword | |
| ImageIndex | |
| IsCheckedEditable | |
| IsPriorityEditable | |
| IsTextEditable | |
| Line | |
| Priority | |
| SubcategoryIndex | |
| Text | 
Methods
| GetUserContext(IVsUserContext) | |
| OnDeleted(EventArgs) | |
| OnHelp(EventArgs) | |
| OnNavigate(EventArgs) | |
| OnRemoved(EventArgs) | 
Events
| Deleted | |
| Help | |
| Navigate | |
| Removed |