VersionControlLabel 생성자
서버에 전송 되는 소스 컨트롤 레이블의 표현을 만듭니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
Public Sub New ( _
sourceControl As VersionControlServer, _
name As String, _
ownerName As String, _
scope As String, _
comment As String _
)
public VersionControlLabel(
VersionControlServer sourceControl,
string name,
string ownerName,
string scope,
string comment
)
매개 변수
- sourceControl
형식: Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
이 레이블을 포함 하는 저장소입니다.
- name
형식: System.String
레이블 이름입니다.
- ownerName
형식: System.String
레이블 소유자입니다.null일 수 있습니다.
- scope
형식: System.String
레이블 범위 정의 폴더 경로입니다.null일 수 있습니다.
- comment
형식: System.String
레이블 주석입니다.null일 수 있습니다.
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.