Struct in UpgradeResult
Inherits from System.ValueType
System.ValueType
A file generated as part of an upgrade.
public struct OutputFile
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.
true
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 .
UpgradedSource
The upgraded text of the file.
Last updated 8 months ago
Was this helpful?