WorkspaceSpec.Parse 方法 (String, String, String%, String%)
分析窗体工作区的工作区规范; 用户和返回两个部分。 如果用户名在工作区规范未指定(或完全限定),请使用来自defaultUser参数的信息。
注意:此方法可以限定的用户名(即.. 没有域\标题),此实例不尝试提供缺少的部分。 调用方负责执行此操作。
命名空间: Microsoft.TeamFoundation.VersionControl.Common
程序集: Microsoft.TeamFoundation.VersionControl.Common(在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
声明
Public Shared Sub Parse ( _
spec As String, _
defaultUser As String, _
<OutAttribute> ByRef workspaceName As String, _
<OutAttribute> ByRef workspaceOwner As String _
)
public static void Parse(
string spec,
string defaultUser,
out string workspaceName,
out string workspaceOwner
)
- spec
类型:System.String
分析的工作区规范
- defaultUser
类型:System.String
完全限定的默认用户
- workspaceName
类型:System.String%
返回的工作区名称
- workspaceOwner
类型:System.String%
返回的工作区所有者
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。