ProgressInfo(Int32, Int32) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建结构的新实例 ProgressInfo 。
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)
参数
- completedItems
- Int32
已完成的一些项。
- totalItems
- Int32
如果项,则为总数。