TaskProgressCollectionControl Class
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.
An items control that can display progress for an IVsTaskProgressCollection. The ItemsSource for the control should be a collection of IVsTaskProgress instances.
public ref class TaskProgressCollectionControl : System::Windows::Controls::ItemsControl
public class TaskProgressCollectionControl : System.Windows.Controls.ItemsControl
type TaskProgressCollectionControl = class
inherit ItemsControl
Public Class TaskProgressCollectionControl
Inherits ItemsControl
- Inheritance
-
TaskProgressCollectionControl
Constructors
TaskProgressCollectionControl() |
Fields
ShowDiagnosticInfoProperty |
The DependencyProperty for the ShowDiagnosticInfo property Default value: false |
UseDetailedViewProperty |
The DependencyProperty for the UseDetailedView property Default value: false |
Properties
LastTask |
Gets the last task in the collection's Tasks collection, or null if the collection is empty. |
ShowDiagnosticInfo |
Gets or sets a value that controls whether the progress control displays diagnostic information for tasks. |
UseDetailedView |
Gets or sets a value that controls whether the progress control displays a "simple" or "detailed" view. The simple view shows only one task at a time; the detailed view shows all of the tasks in the collection. |