IVsTaskProgressCollection.CumulativePercentComplete 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 the cumulative percent complete of all of the tasks in the collection. It can range from 0 to 100.
public:
property int CumulativePercentComplete { int get(); };
public int CumulativePercentComplete { get; }
member this.CumulativePercentComplete : int
Public ReadOnly Property CumulativePercentComplete As Integer