Share via


IVsTaskProgressCollection.Status Property

Definition

Gets or sets the status of the task collection.

If AutoUpdateStatus is true, the status is implicitly derived from the statuses of the elements in the Tasks collection. The status cannot be set explicitly.

If AutoUpdateStatus is false, the owner of the collection should set this property explicitly; its value is not derived from the statuses of the elements in the Tasks collection.

public:
 property Microsoft::VisualStudio::TaskStatusCenter::TaskProgressCollectionStatus Status { Microsoft::VisualStudio::TaskStatusCenter::TaskProgressCollectionStatus get(); void set(Microsoft::VisualStudio::TaskStatusCenter::TaskProgressCollectionStatus value); };
public Microsoft.VisualStudio.TaskStatusCenter.TaskProgressCollectionStatus Status { get; set; }
member this.Status : Microsoft.VisualStudio.TaskStatusCenter.TaskProgressCollectionStatus with get, set
Public Property Status As TaskProgressCollectionStatus

Property Value

Applies to