Kommentar
Å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.
represents checkin state.
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Declaration
Public Enumeration CheckInState
public enum CheckInState
public enum class CheckInState
type CheckInState
public enum CheckInState
Members
| Member name | Description | |
|---|---|---|
| Committed | checkin operation was commited. | |
| Failed | CheckIn() did not throw an exception, but nothing was checked in (e.g. all pending changes undone) | |
| Paging | Checkin is being paged up to the server. | |
| Unknown | default initial state. |