IVsTaskStatusCenterViewFactory 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.
Provides the icon and tooltip to display, and a control that displays the list of currently running tasks.
public interface class IVsTaskStatusCenterViewFactory : System::ComponentModel::INotifyPropertyChanged
[System.Runtime.InteropServices.Guid("EE54B400-5D43-42D8-8E87-AD5BB9237DC1")]
public interface IVsTaskStatusCenterViewFactory : System.ComponentModel.INotifyPropertyChanged
[<System.Runtime.InteropServices.Guid("EE54B400-5D43-42D8-8E87-AD5BB9237DC1")>]
type IVsTaskStatusCenterViewFactory = interface
interface INotifyPropertyChanged
Public Interface IVsTaskStatusCenterViewFactory
Implements INotifyPropertyChanged
- Attributes
- Implements
Remarks
An instance of this interface is acquired by querying for the SVsTaskStatusCenterViewFactory then using it as IVsTaskStatusCenterViewFactory.
Properties
CurrentIcon |
Gets the ImageMoniker icon for SVsTaskStatusCenterService current state. |
ToolTipText |
Gets the text for the tool tip tip display when hovering over the CurrentIcon. |
Methods
NewView() |
Creates a new control that lists running tasks registered with the SVsTaskStatusCenterService. |