CheckInState Enumeration

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.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Common Namespace