Workspace.Update 方法 (String, String, array<WorkingFolder[], Boolean)
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Sub Update ( _
newName As String, _
newComment As String, _
newMappings As WorkingFolder(), _
removeUnparentedCloaks As Boolean _
)
public void Update(
string newName,
string newComment,
WorkingFolder[] newMappings,
bool removeUnparentedCloaks
)
参数
- newName
类型:System.String
新名称。
- newComment
类型:System.String
新注释。
- newMappings
类型:array<Microsoft.TeamFoundation.VersionControl.Client.WorkingFolder[]
新的映射。
- removeUnparentedCloaks
类型:System.Boolean
true 移除映射可以安全地忽略的错误。错误不会取消映射错误。
备注
可以更改名称、注释和工作文件夹。 储存库。changedWorkspace 引用。(不能将在储存库上的工作区域。)
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。