Repository5.LabelItem 메서드
만들거나 레이블을 업데이트 합니다. 지정 된 항목의 특정된 버전에 연결합니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Server
어셈블리: Microsoft.TeamFoundation.VersionControl.Server(Microsoft.TeamFoundation.VersionControl.Server.dll)
구문
‘선언
<WebMethodAttribute> _
Public Function LabelItem ( _
workspaceName As String, _
workspaceOwner As String, _
label As VersionControlLabel, _
labelSpecs As LabelItemSpec(), _
children As LabelChildOption, _
maxClientPathLength As Integer, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As List(Of LabelResult)
[WebMethodAttribute]
public List<LabelResult> LabelItem(
string workspaceName,
string workspaceOwner,
VersionControlLabel label,
LabelItemSpec[] labelSpecs,
LabelChildOption children,
int maxClientPathLength,
out List<Failure> failures
)
매개 변수
- workspaceName
형식: System.String
Itemspec 로컬인 경우에 작업의 이름입니다.
- workspaceOwner
형식: System.String
Itemspec 로컬인 경우 작업의 소유자입니다.
- label
형식: Microsoft.TeamFoundation.VersionControl.Server.VersionControlLabel
레이블이 메타 데이터가 들어 있는 개체입니다.이름, 설명 및 범주 사용 됩니다.
- labelSpecs
형식: array<Microsoft.TeamFoundation.VersionControl.Server.LabelItemSpec[]
항목을 레이블에 추가 합니다.
- children
형식: Microsoft.TeamFoundation.VersionControl.Server.LabelChildOption
하위 레이블 처리 되는 방법을 결정 합니다.
- maxClientPathLength
형식: System.Int32
최대 클라이언트 서버 경로 길이 지원 합니다.
- failures
형식: System.Collections.Generic.List<Failure>%
Itemspec 확장 하는 동안 발생 한 오류의 목록입니다.
반환 값
형식: System.Collections.Generic.List<LabelResult>
레이블 목록 및 관련된 된 작업입니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.