Valid change operations. Used in the ChangeType property of PendingChange.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.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 | ||
| All | ||
| Branch | ||
| Delete | ||
| Edit | ||
| Encoding | ||
| Lock | ||
| Merge | ||
| None | ||
| Property | ||
| Rename | ||
| Rollback | ||
| SourceRename | ||
| TargetRename | ||
| Undelete |