TaskProvider Members

This class implements IVsTaskProvider. It provides a framework-friendly way to define a task provider and its associated services.

The TaskProvider type exposes the following members.

Constructors

  Name Description
Public method TaskProvider Initializes a new instance of the TaskProvider with the supplied service provider.

Top

Methods

  Name Description
Public method Dispose Overloaded. Disposes the resources of this provider.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Destroys the provider. (Overrides Object.Finalize().)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Protected method GetService Gets the service of the specified type.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method Navigate Navigates from the task to the correct position in the document, shown in the specified logical view.
Public method Refresh Informs the task list that there are new or edited tasks.
Public method ResumeRefresh Restarts the refreshing of the task list after it has been suspended.
Public method Show Displays the task list window.
Public method SuspendRefresh Stops refreshing the task list until ResumeRefresh is called.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Public property AlwaysVisible Determines whether or not the provider is always visible in the dropdown menu even though it has no tasks.
Public property DisableAutoRoute Gets or sets whether autorouting should be disabled.
Public property ImageList Gets or sets the provider's image list (a list of icons for the tasks that belong to the provider).
Public property MaintainInitialTaskOrder Gets or sets whether or not the task list should maintain the task order given to it by the task provider.
Public property ProviderGuid Gets or sets the GUID of this provider.
Public property ProviderName Gets or sets a localized name for this provider.
Public property Subcategories Gets a collection of task subcategories.
Public property Tasks Gets a collection of tasks.
Public property ToolbarGroup Gets or sets a group GUID and toolbar ID indicating which toolbar should be displayed when this provider is active.
Public property ToolbarId Gets or sets this provider's toolbar ID.
Protected property VsTaskList Gets the task list.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IVsTaskProvider.EnumTaskItems
Explicit interface implemetationPrivate method IVsTaskProvider2.EnumTaskItems
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumn
Explicit interface implemetationPrivate method IVsTaskProvider3.GetColumnCount
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderFlags
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderGuid
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderName
Explicit interface implemetationPrivate method IVsTaskProvider3.GetProviderToolbar
Explicit interface implemetationPrivate method IVsTaskProvider3.GetSurrogateProviderGuid
Explicit interface implemetationPrivate method IVsTaskProvider.ImageList
Explicit interface implemetationPrivate method IVsTaskProvider2.ImageList
Explicit interface implemetationPrivate method IVsTaskProvider2.MaintainInitialTaskOrder
Explicit interface implemetationPrivate method IVsTaskProvider3.OnBeginTaskEdit
Explicit interface implemetationPrivate method IVsTaskProvider3.OnEndTaskEdit
Explicit interface implemetationPrivate method IVsTaskProvider.OnTaskListFinalRelease
Explicit interface implemetationPrivate method IVsTaskProvider2.OnTaskListFinalRelease
Explicit interface implemetationPrivate method IVsTaskProvider.ReRegistrationKey
Explicit interface implemetationPrivate method IVsTaskProvider2.ReRegistrationKey
Explicit interface implemetationPrivate method IVsTaskProvider.SubcategoryList
Explicit interface implemetationPrivate method IVsTaskProvider2.SubcategoryList

Top

See Also

Reference

TaskProvider Class

Microsoft.VisualStudio.Shell Namespace