次の方法で共有


OperationProgressData(Int32, Int32, Int64, Int64) Constructor

Definition

Initializes a new instance of the OperationProgressData struct.

public:
 OperationProgressData(int totalEntryCount, int completedEntryCount, long totalByteCount, long completedByteCount);
public OperationProgressData (int totalEntryCount, int completedEntryCount, long totalByteCount, long completedByteCount);
new Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData : int * int * int64 * int64 -> Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData
Public Sub New (totalEntryCount As Integer, completedEntryCount As Integer, totalByteCount As Long, completedByteCount As Long)

Parameters

totalEntryCount
Int32

The total number of entries the operation has found thus far.

completedEntryCount
Int32

The completed number of entries in the operation.

totalByteCount
Int64

The total number of bytes the operation has found thus far.

completedByteCount
Int64

The completed number of bytes in the operation.

Applies to