OperationProgressData Struct
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Operation |
Initializes a new instance of the OperationProgressData struct. |
Completed |
Gets the completed number of bytes in the operation. |
Completed |
Gets the completed number of entries in the operation. |
Total |
Gets the total number of bytes in operation has found thus far. |
Total |
Gets the total number of entries the operation has found thus far. |
Equals(Object) |
Compares an OperationProgressData instance with another object. |
Equals(Operation |
Compares an OperationProgressData instance with another OperationProgressData instance. |
Get |
Computes the hash code for an OperationProgressData instance. |
Equality(Operation |
Equals operator for OperationProgressData. |
Inequality(Operation |
Not-equals operator for OperationProgressData. |
Produkt | Versioner |
---|---|
Visual Studio SDK | 2019, 2022 |