ProgressInfo(Int32, Int32) Constructor
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.
Creates a new instance of the ProgressInfo struct.
public:
ProgressInfo(int completedItems, int totalItems);
public ProgressInfo (int completedItems, int totalItems);
new Microsoft.VisualStudio.Utilities.ProgressInfo : int * int -> Microsoft.VisualStudio.Utilities.ProgressInfo
Public Sub New (completedItems As Integer, totalItems As Integer)
Parameters
- completedItems
- Int32
A number of already completed items.
- totalItems
- Int32
A total number if items.