Represents the type of a single diff line.
DiffLineType
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VersionControl.Git.DiffLineType
02 Fields
03 Members
Added
A line that was added (prefixed with '+' in diff output).
Deleted
A line that was deleted (prefixed with '-' in diff output).
Context
An unchanged context line (prefixed with ' ' in diff output).
Added
Deleted
Context