共用方式為


IVsTaskStatusCenterViewFactory.NewView Method

Definition

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.

Applies to