IVsTaskItem Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

NameDescription
System_CAPS_pubmethodCanDelete(Int32)

Determines whether a task item can be deleted.

System_CAPS_pubmethodCategory(array<VSTASKCATEGORY>^)

Returns the category of a task item.

System_CAPS_pubmethodColumn(Int32)

Returns the column number of a task within the specified file.

System_CAPS_pubmethodDocument(String^)

Returns the name of the file associated with a task item.

System_CAPS_pubmethodget_Checked(Int32)

Determines whether the task item's check box is currently selected or cleared.

System_CAPS_pubmethodget_Priority(array<VSTASKPRIORITY>^)

Returns the priority level of a task item.

System_CAPS_pubmethodget_Text(String^)

Returns the description of the task item.

System_CAPS_pubmethodHasHelp(Int32)

Obsolete. Return E_NOTIMPL.

System_CAPS_pubmethodImageListIndex(Int32)

Returns the index into the image list maintained by a provider.

System_CAPS_pubmethodIsReadOnly(VSTASKFIELD, Int32)

Determines whether a specified task field is set to read-only status.

System_CAPS_pubmethodLine(Int32)

Returns the line number of a task item within a specified document.

System_CAPS_pubmethodNavigateTo()

Opens a file associated with a task item and moves to the appropriate position in the file.

System_CAPS_pubmethodNavigateToHelp()

If there is a help topic for this task item, this method should open it.

System_CAPS_pubmethodOnDeleteTask()

Notifies the task provider that a user has deleted a task.

System_CAPS_pubmethodOnFilterTask(Int32)

Notifies the task provider that a task item has been filtered in or out of view.

System_CAPS_pubmethodput_Checked(Int32)

Sets whether a task item's check box is selected or cleared.

System_CAPS_pubmethodput_Priority(VSTASKPRIORITY)

Sets the priority level of a task item.

System_CAPS_pubmethodput_Text(String^)

Sets the description for a task item.

System_CAPS_pubmethodSubcategoryIndex(Int32)

Returns the index to the subcategory list maintained by the provider.

Return to top
Show: