OutputFile
Struct in UpgradeResult
Inherits from System.ValueType
Summary
A file generated as part of an upgrade.
Fields
Name
Description
The 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 .
Properties
Name
Description
The upgraded text of the file.
Last updated
Was this helpful?