Repository5.UnlabelItem 메서드
명명된 된 레이블에서 지정 된 항목을 제거합니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Server
어셈블리: Microsoft.TeamFoundation.VersionControl.Server(Microsoft.TeamFoundation.VersionControl.Server.dll)
구문
‘선언
<WebMethodAttribute> _
Public Function UnlabelItem ( _
workspaceName As String, _
workspaceOwner As String, _
labelName As String, _
labelScope As String, _
items As ItemSpec(), _
version As VersionSpec, _
maxClientPathLength As Integer, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> UnlabelItem(
string workspaceName,
string workspaceOwner,
string labelName,
string labelScope,
ItemSpec[] items,
VersionSpec version,
int maxClientPathLength,
out List<Failure> failures
)
매개 변수
- workspaceName
형식: System.String
Itemspec 로컬 사용 하는 경우 작업 영역의 이름입니다.
- workspaceOwner
형식: System.String
Itemspec 로컬 사용 하는 경우 작업의 소유자입니다.
- labelName
형식: System.String
항목을 제거할 레이블의 이름입니다.
- labelScope
형식: System.String
- items
형식: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
항목을 제거 합니다.
- version
형식: Microsoft.TeamFoundation.VersionControl.Server.VersionSpec
버전 사양 항목 이름과 일치 하는 데 사용 됩니다.
- maxClientPathLength
형식: System.Int32
최대 클라이언트 서버 경로 길이 지원 합니다.
- failures
형식: System.Collections.Generic.List<Failure>%
오류 목록 확장 itemSpecs를 발견 했습니다.
반환 값
형식: System.Collections.Generic.List<LabelResult>
영향을 받는 레이블 목록입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.