BuildCommonUtil.GetCommonLocalPath 方法

确定所有之间最长的通用根目录路径提供的项。

命名空间:  Microsoft.TeamFoundation.Build.Common
程序集:  Microsoft.TeamFoundation.Build.Common(在 Microsoft.TeamFoundation.Build.Common.dll 中)

语法

声明
Public Shared Function GetCommonLocalPath ( _
    localItems As IEnumerable(Of String) _
) As String
public static string GetCommonLocalPath(
    IEnumerable<string> localItems
)

参数

返回值

类型:System.String
最常见的路径或空字符串

.NET Framework 安全性

请参见

参考

BuildCommonUtil 类

Microsoft.TeamFoundation.Build.Common 命名空间