OutputFile
Struct in UpgradeResult
Inherits from System.ValueType
Summary
A file generated as part of an upgrade.
public struct OutputFileFields
| Name | Description |
|---|---|
| Diagnostics | The diagnostics produced for this file as a result of the upgrade process. |
| IsNewFile | Indicates whether this OutputFile represents a new file to be created. If this is true , OriginalSource will be the empty string, and Replacements will be empty. |
| OriginalSource | The original text of the file, prior to upgrades. |
| Path | The path of the file. |
| Replacements | The list of replacements needed to be made in order to go from OriginalSource to UpgradedSource . |
Properties
| Name | Description |
|---|---|
| UpgradedSource | The upgraded text of the file. |