Represents the diff changes for a single file.
FileChange
01 Syntax
Microsoft.VisualBasic.ApplicationServices.Development.VisualStudio.VersionControl.Git.FileChange
02 Properties
| Name | Overloads | Summary |
|---|---|---|
| FilePath | 1 | The relative file path that was changed. |
| ChangeKind | 1 | The kind of change applied to this file. |
| Hunks | 1 | The list of hunks (sections of changes) for this file. |
03 Members
FilePath
The relative file path that was changed.
ChangeKind
The kind of change applied to this file.
Hunks
The list of hunks (sections of changes) for this file.