Describes the deleted state of an item.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Enumeration DeletedState
public enum DeletedState
public enum class DeletedState
type DeletedState
public enum DeletedState
Members
| Member name | Description | |
|---|---|---|
| NonDeleted | Item is not deleted. | |
| Deleted | Item is deleted. | |
| Any | Item is either deleted or not deleted. |