RepositoryExtensions.CheckIn Method
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
Syntax
声明
<WebMethodAttribute> _
Public Function CheckIn ( _
workspaceName As String, _
ownerName As String, _
serverItems As String(), _
info As Changeset, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer, _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure), _
deferCheckIn As Boolean, _
checkInTicket As Integer _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckIn(
string workspaceName,
string ownerName,
string[] serverItems,
Changeset info,
CheckinNotificationInfo checkinNotificationInfo,
int checkinOptions,
out StreamingCollection<Failure> failures,
bool deferCheckIn,
int checkInTicket
)
[WebMethodAttribute]
public:
CheckinResult^ CheckIn(
String^ workspaceName,
String^ ownerName,
array<String^>^ serverItems,
Changeset^ info,
CheckinNotificationInfo^ checkinNotificationInfo,
int checkinOptions,
[OutAttribute] StreamingCollection<Failure^>^% failures,
bool deferCheckIn,
int checkInTicket
)
[<WebMethodAttribute>]
member CheckIn :
workspaceName:string *
ownerName:string *
serverItems:string[] *
info:Changeset *
checkinNotificationInfo:CheckinNotificationInfo *
checkinOptions:int *
failures:StreamingCollection<Failure> byref *
deferCheckIn:bool *
checkInTicket:int -> CheckinResult
public function CheckIn(
workspaceName : String,
ownerName : String,
serverItems : String[],
info : Changeset,
checkinNotificationInfo : CheckinNotificationInfo,
checkinOptions : int,
failures : StreamingCollection<Failure>,
deferCheckIn : boolean,
checkInTicket : int
) : CheckinResult
Parameters
- workspaceName
Type: System.String
- ownerName
Type: System.String
- serverItems
Type: array<System.String[]
- checkinNotificationInfo
Type: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
- checkinOptions
Type: System.Int32
- failures
Type: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
- deferCheckIn
Type: System.Boolean
- checkInTicket
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
.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.