IVsTaskProgress.PercentComplete 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 a value indicating the percentage complete the task associated with this is. If this value is null, the progress is indeterminate. This is updated via Progress.
public:
property Nullable<int> PercentComplete { Nullable<int> get(); };
public int? PercentComplete { get; }
member this.PercentComplete : Nullable<int>
Public ReadOnly Property PercentComplete As Nullable(Of Integer)