IVsTaskItem2 Methods

 

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

NameDescription
System_CAPS_pubmethodBrowseObject(Object^)

OBSOLETE. Return E_NOTIMPL.

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_CustomColumnText(Guid, UInt32, String^)

Returns the text of a customized field for the specified task list view.

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_pubmethodIsCustomColumnReadOnly(Guid, UInt32, Int32)

Determines if a customized task field is set to read-only status.

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()

Opens the associated help topic.

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_CustomColumnText(Guid, UInt32, String^)

Sets the text of a customized field for the specified task list view.

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 into the subcategory list maintained by a task provider.

Return to top
Show: