生成与所有者消除完全限定的工作区域名称从单独的工作区域和所有者部件。
命名空间: Microsoft.TeamFoundation.VersionControl.Common
程序集: Microsoft.TeamFoundation.VersionControl.Common(在 Microsoft.TeamFoundation.VersionControl.Common.dll 中)
语法
声明
Public Shared Function Combine ( _
workspace As String, _
ownerDisplay As String, _
ownerUnique As String _
) As String
public static string Combine(
string workspace,
string ownerDisplay,
string ownerUnique
)
参数
- workspace
类型:System.String
工作区域的名称。
- ownerDisplay
类型:System.String
工作区域所有者显示名称。
- ownerUnique
类型:System.String
工作区域所有者唯一的名称。
返回值
类型:System.String
完全限定的工作区域的名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。