VersionControlServer.DeleteWorkspace 方法
删除具有指定名称和所有者的 Shelveset。
命名空间: Microsoft.TeamFoundation.VersionControl.Client
程序集: Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
语法
声明
Public Function DeleteWorkspace ( _
workspaceName As String, _
workspaceOwner As String _
) As Boolean
public bool DeleteWorkspace(
string workspaceName,
string workspaceOwner
)
参数
- workspaceName
类型:System.String
要删除的 Shelveset 的名称。
- workspaceOwner
类型:System.String
删除的 Shelveset 的所有者。
返回值
类型:System.Boolean
如果工作区域删除,则为 true。错误,如果它已被取消。
备注
如果请求在服务器,会引发异常。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。