TeamFoundationVersionControlService.UpdateWorkspace 方法
修改工作区属性和工作文件夹映射。
不能更改工作区所有者。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function UpdateWorkspace ( _
requestContext As TeamFoundationRequestContext, _
oldWorkspaceName As String, _
ownerName As String, _
newWorkspace As Workspace, _
supportedFeatures As Integer _
) As Workspace
public Workspace UpdateWorkspace(
TeamFoundationRequestContext requestContext,
string oldWorkspaceName,
string ownerName,
Workspace newWorkspace,
int supportedFeatures
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- oldWorkspaceName
类型:System.String
工作区名称在更新之前的。
- ownerName
类型:System.String
工作区的所有者(包括字段)。
- newWorkspace
类型:Microsoft.TeamFoundation.VersionControl.Server.Workspace
新工作区属性。
- supportedFeatures
类型:System.Int32
客户端支持的功能,包含SupportedFeatures枚举的组合值的整数。
返回值
类型:Microsoft.TeamFoundation.VersionControl.Server.Workspace
新工作区属性。将服务器清理了。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。