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.
Check-in options.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration CheckinOptions
[FlagsAttribute]
public enum CheckinOptions
[FlagsAttribute]
public enum class CheckinOptions
[<FlagsAttribute>]
type CheckinOptions
public enum CheckinOptions
Members
| Member name | Description | |
|---|---|---|
| None | No check-in options are specified. | |
| SuppressEvent | Suppress events. | |
| ValidateCheckinOwner | Validate the check-in owner. |