共用方式為


ProgressInfo(Int32, Int32) Constructor

Definition

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.

Applies to