IVsTaskProvider2 Methods

 

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

NameDescription
System_CAPS_pubmethodEnumTaskItems(IVsEnumTaskItems^)

Enumerates the tasks supplied by the task provider.

System_CAPS_pubmethodImageList(IntPtr)

Returns the image list for the tasks of this task provider.

System_CAPS_pubmethodMaintainInitialTaskOrder(Int32)

Determines whether or not the task list should maintain the task order given to it by the task provider.

System_CAPS_pubmethodOnTaskListFinalRelease(IVsTaskList^)

Notifies the client to unregister the task provider from the task list if it has not been unregistered by the time the task list is closing.

System_CAPS_pubmethodReRegistrationKey(String^)

Do not use.

System_CAPS_pubmethodSubcategoryList(UInt32, array<String^>^, UInt32)

Returns the list of subcategories for the tasks of this task provider.

Return to top
Show: