Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<FlagsAttribute> _
Public Enumeration ChangeType
[FlagsAttribute]
public enum ChangeType
[FlagsAttribute]
public enum class ChangeType
[<FlagsAttribute>]
type ChangeType
public enum ChangeType
Members
Member name | Description | |
---|---|---|
Add | Add change type. | |
Branch | Branch change type. | |
Delete | Delete change type. | |
Edit | Edit change type. | |
Encoding | Encoding change type. | |
Lock | Lock change type. | |
Merge | Merge change type. | |
None | No change. | |
Property | The property change type. | |
Rename | Rename change type. | |
Rollback | Rollback change type. | |
SourceRename | Source rename change type. | |
Undelete | Undelete change type. |