IVsTaskStatusCenterViewFactory.NewView Method
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.
Creates a new control that lists running tasks registered with the SVsTaskStatusCenterService.
public:
System::Windows::Controls::Control ^ NewView();
public System.Windows.Controls.Control NewView ();
abstract member NewView : unit -> System.Windows.Controls.Control
Public Function NewView () As Control
Returns
A new WPF control that contains the tracked tasks.