Returns the current progress status. The value returned is greater or equal to 0 and less or equal to 100.
Read-only property
[Visual Basic .NET] |
---|
Public Property PercentCompleted() As Integer |
[C#] |
---|
public int PercentCompleted {get;} |
[Managed C++] |
---|
public: __property int get_PercentCompleted(); |
[Unmanaged C++] |
---|
public: HRESULT get_PercentCompleted( int * pRetVal ); |
[Java] |
---|
public Integer getPercentCompleted(); |