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 移除映射可以安全地忽略的错误。错误不会取消映射错误。
备注
可以更改名称、注释和工作文件夹。 储存库。changedWorkspace 引用。(不能将在储存库上的工作区域。)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。