ProgressInfo Struct
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.
Represents an update of a progress.
public value class ProgressInfo
public struct ProgressInfo
type ProgressInfo = struct
Public Structure ProgressInfo
- Inheritance
-
ProgressInfo
Constructors
ProgressInfo(Int32, Int32) |
Creates a new instance of the ProgressInfo struct. |
Properties
CompletedItems |
A number of already completed items. |
TotalItems |
A total number if items. |