TaskItems2 Interface

 

The TaskItems collection contains all of the tasks in the Task List window.

Namespace:   EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

[GuidAttribute("B820F931-645A-473F-8246-922CF069E1FE")]
public interface class TaskItems2 : TaskItems

NameDescription
System_CAPS_pubpropertyCount

Gets a value indicating the number of objects in the collection.

System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a TaskItems collection.

NameDescription
System_CAPS_pubmethodAdd(String^, String^, String^, vsTaskPriority, Object^, Boolean, String^, Int32, Boolean, Boolean)

Adds a new task item to the TaskList.

System_CAPS_pubmethodAdd2(String^, String^, String^, Int32, Object^, Boolean, String^, Int32, Boolean, Boolean, Boolean)

Adds a new task item to the TaskList.

System_CAPS_pubmethodForceItemsToTaskList()

Sends all task items to the Task List that haven't been added.

System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Returns an indexed member of a TaskItems collection.

No code example is currently available or this language may not be supported.
Return to top
Show: