TaskListItem Class

Definition

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

Explicit Interface Implementations

IVsTaskItem.CanDelete(Int32)
IVsTaskItem.Category(VSTASKCATEGORY[])
IVsTaskItem.Column(Int32)
IVsTaskItem.Document(String)
IVsTaskItem.get_Checked(Int32)
IVsTaskItem.get_Priority(VSTASKPRIORITY[])
IVsTaskItem.get_Text(String)
IVsTaskItem.HasHelp(Int32)
IVsTaskItem.ImageListIndex(Int32)
IVsTaskItem.IsReadOnly(VSTASKFIELD, Int32)
IVsTaskItem.Line(Int32)
IVsTaskItem.NavigateTo()
IVsTaskItem.NavigateToHelp()
IVsTaskItem.OnDeleteTask()
IVsTaskItem.OnFilterTask(Int32)
IVsTaskItem.put_Checked(Int32)
IVsTaskItem.put_Priority(VSTASKPRIORITY)
IVsTaskItem.put_Text(String)
IVsTaskItem.SubcategoryIndex(Int32)

Applies to