TeamFoundationVersionControlService.QueryWorkspace 方法 (TeamFoundationRequestContext, String, String, Boolean, Boolean, Boolean)
查找特定工作区。 通配符或不允许null。
引发异常,如果没有找到的工作区。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
Public Function QueryWorkspace ( _
requestContext As TeamFoundationRequestContext, _
workspaceName As String, _
ownerName As String, _
useCache As Boolean, _
hideLocalWorkspaces As Boolean, _
hideWorkspaceWithOptions As Boolean _
) As Workspace
public Workspace QueryWorkspace(
TeamFoundationRequestContext requestContext,
string workspaceName,
string ownerName,
bool useCache,
bool hideLocalWorkspaces,
bool hideWorkspaceWithOptions
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- workspaceName
类型:System.String
查找工作区的名称。
- ownerName
类型:System.String
用户名由字段。
- useCache
类型:System.Boolean
是否在内存缓存可能会从返回的结果。
- hideLocalWorkspaces
类型:System.Boolean
指定true模拟本地工作区不存在(对于downlevel客户端)。
- hideWorkspaceWithOptions
类型:System.Boolean
返回值
类型:Microsoft.TeamFoundation.VersionControl.Server.Workspace
匹配的工作区
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。