Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |