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.
Submit an existing Shelveset for check in to the repository.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function CheckInShelveset ( _
    checkinParameters As ShelvesetCheckInParameters _
) As Integer
public int CheckInShelveset(
    ShelvesetCheckInParameters checkinParameters
)
public:
int CheckInShelveset(
    ShelvesetCheckInParameters^ checkinParameters
)
member CheckInShelveset : 
        checkinParameters:ShelvesetCheckInParameters -> int
public function CheckInShelveset(
    checkinParameters : ShelvesetCheckInParameters
) : int
Parameters
checkinParameters
Type: Microsoft.TeamFoundation.VersionControl.Client.ShelvesetCheckInParametersShelvesetCheckInParameters that describe the shelveset to be checked in.
Return Value
Type: System.Int32
The changeset ID created if successful.
Remarks
Work items associated with the changeset will be either associated or resolved once the checkin completes.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.