Workspace.Update 메서드 (String, String, String, String, array<WorkingFolder[], WorkspacePermissionProfile, Boolean)
작업의 속성을 업데이트 합니다.
네임스페이스: Microsoft.TeamFoundation.VersionControl.Client
어셈블리: Microsoft.TeamFoundation.VersionControl.Client(Microsoft.TeamFoundation.VersionControl.Client.dll)
구문
‘선언
Public Sub Update ( _
newName As String, _
newOwner As String, _
newComment As String, _
newComputer As String, _
newMappings As WorkingFolder(), _
newPermissionProfile As WorkspacePermissionProfile, _
removeUnparentedCloaks As Boolean _
)
public void Update(
string newName,
string newOwner,
string newComment,
string newComputer,
WorkingFolder[] newMappings,
WorkspacePermissionProfile newPermissionProfile,
bool removeUnparentedCloaks
)
매개 변수
- newName
형식: System.String
새 이름입니다.
- newOwner
형식: System.String
새 소유자입니다.
- newComment
형식: System.String
새 주석입니다.
- newComputer
형식: System.String
새 컴퓨터 이름입니다.
- newMappings
형식: array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
새 매핑입니다.
- newPermissionProfile
형식: Microsoft.TeamFoundation.VersionControl.Client.WorkspacePermissionProfile
새 권한 프로필입니다.
- removeUnparentedCloaks
형식: System.Boolean
True로 설정 제거 매핑 오류를 무시할 수 있습니다. 매핑 오류를 제거 합니다. false로 설정 합니다.
설명
이름, 설명, 및 작업 폴더를 변경할 수 있습니다. 저장소는 changedWorkspace에서 참조 됩니다. (저장소 작업 공간을 이동할 수 없습니다.)
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.