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

OperationProgressData(Int32, Int32, Int64, Int64)

Initializes a new instance of the OperationProgressData struct.

Properties

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

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

Equality(OperationProgressData, OperationProgressData)

Equals operator for OperationProgressData.

Inequality(OperationProgressData, OperationProgressData)

Not-equals operator for OperationProgressData.

Applies to