IVsTaskStatusCenterService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The IVsTaskStatusCenterService allows the caller of this service to Register Task tasks with this service. The caller can then configure how information about their task is displayed to the User via the IVsTaskStatusCenterService UI.
public interface class IVsTaskStatusCenterService
[System.Runtime.InteropServices.Guid("7E8B9601-5D91-4E4C-B856-EC1199F8399C")]
public interface IVsTaskStatusCenterService
[<System.Runtime.InteropServices.Guid("7E8B9601-5D91-4E4C-B856-EC1199F8399C")>]
type IVsTaskStatusCenterService = interface
Public Interface IVsTaskStatusCenterService
- Attributes
Methods
PreRegister(TaskHandlerOptions, TaskProgressData) |
PreRegister configures an initial ITaskHandler based on the TaskHandlerOptions and TaskProgressData passed in. The TaskHandlerOptions will be immutable for the life time of the task. The TaskProgressData are mutable, and can be updated via the Progress. |