IVsTaskProgress.PercentComplete Property

Definition

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)

Property Value

Applies to