Describes the type of change that applied to an item.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
<FlagsAttribute> _
Public Enumeration ChangeType
[FlagsAttribute]
public enum ChangeType
[FlagsAttribute]
public enum class ChangeType
[<FlagsAttribute>]
type ChangeType
public enum ChangeType
Members
| Member name | Description | |
|---|---|---|
| None | No change. | |
| Add | Add change type. | |
| Edit | Edit change type. | |
| Encoding | Encoding change type. | |
| Rename | Rename change type. | |
| Delete | Delete change type. | |
| Undelete | Undelete change type. | |
| Branch | Branch change type. | |
| Merge | Merge change type. | |
| Lock | Lock change type. | |
| Rollback | Rollback change type. | |
| SourceRename | Source rename change type. |