다음을 통해 공유


Repository4.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, _
    <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,
    out StreamingCollection<Failure> conflicts,
    out StreamingCollection<Failure> failures
)

매개 변수

  • shelvesetName
    형식: System.String
    전송 하 여 보류 집합의 이름입니다.
  • ownerName
    형식: System.String
    보류 집합의 소유자입니다.
  • changesetOwner
    형식: System.String
    변경 집합의 작성자입니다.
  • checkinOptions
    형식: System.Int32
    유효성 검사를 제어 하는 옵션입니다.

반환 값

형식: Microsoft.TeamFoundation.VersionControl.Server.CheckinResult
만든 변경 집합에 체크 인 결과 및 변경 내용이 취소할된.

.NET Framework 보안

  • 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.

참고 항목

참조

Repository4 클래스

Microsoft.TeamFoundation.VersionControl.Server 네임스페이스