Share via


OperationProgressData Struct

Definition

A struct that represents the progress of a file system operation.

public value class OperationProgressData : IEquatable<Microsoft::VisualStudio::RpcContracts::FileSystem::OperationProgressData>
public struct OperationProgressData : IEquatable<Microsoft.VisualStudio.RpcContracts.FileSystem.OperationProgressData>
type OperationProgressData = struct
Public Structure OperationProgressData
Implements IEquatable(Of OperationProgressData)
Inheritance
OperationProgressData
Implements

Constructors

Name Description
OperationProgressData(Int32, Int32, Int64, Int64)

Initializes a new instance of the OperationProgressData struct.

Properties

Name Description
CompletedByteCount

Gets the completed number of bytes in the operation.

CompletedEntryCount

Gets the completed number of entries in the operation.

TotalByteCount

Gets the total number of bytes in operation has found thus far.

TotalEntryCount

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

Methods

Name Description
Equals(Object)

Compares an OperationProgressData instance with another object.

Equals(OperationProgressData)

Compares an OperationProgressData instance with another OperationProgressData instance.

GetHashCode()

Computes the hash code for an OperationProgressData instance.

Operators

Name Description
Equality(OperationProgressData, OperationProgressData)

Equals operator for OperationProgressData.

Inequality(OperationProgressData, OperationProgressData)

Not-equals operator for OperationProgressData.

Applies to