IVsTaskStatusCenterViewFactory Interface

Definition

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.

Applies to