ChangeType Enumeration
Specifies constants that specify how an artifact has changed.
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Enumeration ChangeType
'Usage
Dim instance As ChangeType
public enum ChangeType
public enum class ChangeType
public enum ChangeType
Members
Member name | Description | |
---|---|---|
Add | Indicates that the artifact has been added | |
Change | Indicates that the artifact has been changed | |
Delete | Indicates that the artifact has been deleted | |
NoChange | Indicates that no change has been made to the artifact |