IVsTaskList Methods

 

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

NameDescription
System_CAPS_pubmethodAutoFilter(VSTASKCATEGORY)

Filters the task list so only the specified category is shown.

System_CAPS_pubmethodAutoFilter2(Guid)

Filters the task list so only the specified view is shown.

System_CAPS_pubmethodDumpOutput(UInt32, VSTASKCATEGORY, IStream^, Int32)

Do not use.

System_CAPS_pubmethodEnumTaskItems(IVsEnumTaskItems^)

Enumerates all of the tasks on the task list.

System_CAPS_pubmethodRefreshTasks(UInt32)

Informs the task list that a task provider has new or updated tasks.

System_CAPS_pubmethodRegisterCustomCategory(Guid, UInt32, array<VSTASKCATEGORY>^)

Registers a custom category with the task list.

System_CAPS_pubmethodRegisterTaskProvider(IVsTaskProvider^, UInt32)

Registers a task provider with the task list.

System_CAPS_pubmethodSetSilentOutputMode(Int32)

Sets the UI output mode the task list should follow.

System_CAPS_pubmethodUnregisterCustomCategory(VSTASKCATEGORY)

Unregisters the specified custom category from the task list.

System_CAPS_pubmethodUnregisterTaskProvider(UInt32)

Unregisters the specified task provider from the task list.

System_CAPS_pubmethodUpdateProviderInfo(UInt32)

Updates the image and subcategory lists associated with the specified task provider.

Return to top
Show: