OutputFile
Last updated
Was this helpful?
Struct in UpgradeResult
Inherits from System.ValueType
A file generated as part of an upgrade.
public struct OutputFileThe diagnostics produced for this file as a result of the upgrade process.
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.
The original text of the file, prior to upgrades.
The path of the file.
The list of replacements needed to be made in order to go from OriginalSource to UpgradedSource .
The upgraded text of the file.
Last updated
Was this helpful?
Was this helpful?
