Repository5.Resolve 메서드
특정 해상도 사용 하 여 특정 충돌을 해결 합니다. 가져오기, 체크 인, 병합 충돌 이라고 합니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Server
어셈블리: Microsoft.TeamFoundation.VersionControl.Server(Microsoft.TeamFoundation.VersionControl.Server.dll)
구문
‘선언
<WebMethodAttribute> _
Public Function Resolve ( _
workspaceName As String, _
ownerName As String, _
conflictId As Integer, _
resolution As Resolution, _
newPath As String, _
encoding As Integer, _
lockLevel As LockLevel, _
newProperties As PropertyValue(), _
<OutAttribute> ByRef undoOperations As StreamingCollection(Of GetOperation), _
<OutAttribute> ByRef resolvedConflicts As StreamingCollection(Of Conflict), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
maxClientPathLength As Integer, _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> Resolve(
string workspaceName,
string ownerName,
int conflictId,
Resolution resolution,
string newPath,
int encoding,
LockLevel lockLevel,
PropertyValue[] newProperties,
out StreamingCollection<GetOperation> undoOperations,
out StreamingCollection<Conflict> resolvedConflicts,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
int maxClientPathLength,
out int changePendedFlags
)
매개 변수
- workspaceName
형식: System.String
작업 영역의 이름입니다.
- ownerName
형식: System.String
작업 영역의 소유자입니다.
- conflictId
형식: System.Int32
충돌 Id 확인 합니다.
- resolution
형식: Microsoft.TeamFoundation.VersionControl.Server.Resolution
충돌을 해결 하는 방법.
- newPath
형식: System.String
충돌된 하는 항목에 대 한 새 이름입니다.
- encoding
형식: System.Int32
새 인코딩 항목입니다.
- lockLevel
형식: Microsoft.TeamFoundation.VersionControl.Server.LockLevel
새로 보류 된 변경 내용을 사용 하 여 LockLevel입니다.
- newProperties
형식: array<Microsoft.TeamFoundation.Framework.Server.PropertyValue[]
- undoOperations
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>%
실행 해야 하는 실행 취소 작업의 집합입니다.
- resolvedConflicts
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Conflict>%
- itemPropertyFilters
형식: array<System.String[]
가져오기 작업을 사용 하 여 반환할 속성 이름의 목록입니다.
- itemAttributeFilters
형식: array<System.String[]
가져오기 작업을 사용 하 여 반환할 특성 이름의 목록입니다.
- maxClientPathLength
형식: System.Int32
최대 클라이언트 서버 경로 길이 지원 합니다.
- changePendedFlags
형식: System.Int32%
반환 값
형식: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
집합 처리 해야 하는 GetOperations입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.