IVsTaskProgressCollection.Status Property
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.
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