Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the deleted state of an item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Enumeration DeletedState
public enum DeletedState
public enum class DeletedState
type DeletedState
public enum DeletedState
Members
| Member name | Description | |
|---|---|---|
| Any | Item is either deleted or not deleted. | |
| Deleted | Item is deleted. | |
| NonDeleted | Item is not deleted. |