Repository5.CheckInShelveset 메서드
체크 인에 대 한 기존 보류 집합을 전송 합니다. 변경 집합과 연결 된 작업 항목은 관련 또는 체크가 완료 되 면 해결 됩니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Server
어셈블리: Microsoft.TeamFoundation.VersionControl.Server(Microsoft.TeamFoundation.VersionControl.Server.dll)
구문
‘선언
<WebMethodAttribute> _
Public Function CheckInShelveset ( _
shelvesetName As String, _
ownerName As String, _
changesetOwner As String, _
checkinNotificationInfo As CheckinNotificationInfo, _
checkinOptions As Integer, _
maxClientPathLength As Integer, _
<OutAttribute> ByRef conflicts As StreamingCollection(Of Failure), _
<OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As CheckinResult
[WebMethodAttribute]
public CheckinResult CheckInShelveset(
string shelvesetName,
string ownerName,
string changesetOwner,
CheckinNotificationInfo checkinNotificationInfo,
int checkinOptions,
int maxClientPathLength,
out StreamingCollection<Failure> conflicts,
out StreamingCollection<Failure> failures
)
매개 변수
- shelvesetName
형식: System.String
전송 하 여 보류 집합의 이름입니다.
- ownerName
형식: System.String
보류 집합의 소유자입니다.
- changesetOwner
형식: System.String
변경 집합의 작성자입니다.
- checkinNotificationInfo
형식: Microsoft.TeamFoundation.VersionControl.Server.CheckinNotificationInfo
체크 인 알림 서비스에 필요한 정보입니다.
- checkinOptions
형식: System.Int32
유효성 검사를 제어 하는 옵션입니다.
- maxClientPathLength
형식: System.Int32
최대 클라이언트 서버 경로 길이 지원 합니다.
- conflicts
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
체크 인 하는 동안 발생 한 충돌의 목록입니다.
- failures
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Failure>%
오류 및 체크 인 하는 동안 발생 한 경고의 목록입니다.
반환 값
형식: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
만든 변경 집합에 체크 인 결과 및 변경 내용이 취소할된.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.