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.
Specifies constants that define the change type.
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
'Usage
Dim instance As ChangeType
[FlagsAttribute]
public enum ChangeType
[FlagsAttribute]
public enum class ChangeType
public enum ChangeType
Members
Member name | Description | |
---|---|---|
None | No change. | |
Add | An artifact is added. | |
Edit | An artifact was edited. | |
Encoding | An encoding was changed. | |
Rename | An artifact was renamed. | |
Delete | An artifact is deleted. | |
Undelete | A delete operation was reversed. | |
Branch | A project is branched. | |
Merge | Projects were merged. | |
Lock | An artifact was locked. |