Class ContentOperationProgress
Represents progress data for operations that process files
Inherited Members
System.EventArgs.Empty
Namespace: Microsoft.PackageGraph.ObjectModel
Assembly: package-graph-microsoft-update.dll
Syntax
public class ContentOperationProgress : PackagesOperationProgress
Properties
| Improve this Doc View SourceFile
The file being processed
Declaration
public IContentFile File { get; set; }
Property Value
Type | Description |
---|---|
IContentFile | Update file processed |