TeamFoundationVersionControlService.CheckInShelveset Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Server
Assembly:  Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntax

'宣言
Public Function CheckInShelveset ( _
    requestContext As TeamFoundationRequestContext, _
    shelvesetName As String, _
    ownerName As String, _
    changesetOwner As String, _
    checkinNotificationInfo As CheckinNotificationInfo, _
    checkinOptions As Integer _
) As TeamFoundationDataReader
public TeamFoundationDataReader CheckInShelveset(
    TeamFoundationRequestContext requestContext,
    string shelvesetName,
    string ownerName,
    string changesetOwner,
    CheckinNotificationInfo checkinNotificationInfo,
    int checkinOptions
)
public:
TeamFoundationDataReader^ CheckInShelveset(
    TeamFoundationRequestContext^ requestContext, 
    String^ shelvesetName, 
    String^ ownerName, 
    String^ changesetOwner, 
    CheckinNotificationInfo^ checkinNotificationInfo, 
    int checkinOptions
)
member CheckInShelveset : 
        requestContext:TeamFoundationRequestContext * 
        shelvesetName:string * 
        ownerName:string * 
        changesetOwner:string * 
        checkinNotificationInfo:CheckinNotificationInfo * 
        checkinOptions:int -> TeamFoundationDataReader 
public function CheckInShelveset(
    requestContext : TeamFoundationRequestContext, 
    shelvesetName : String, 
    ownerName : String, 
    changesetOwner : String, 
    checkinNotificationInfo : CheckinNotificationInfo, 
    checkinOptions : int
) : TeamFoundationDataReader

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader

.NET Framework Security

See Also

Reference

TeamFoundationVersionControlService Class

Microsoft.TeamFoundation.VersionControl.Server Namespace