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
)
参数
- localItems
类型:System.Collections.Generic.IEnumerable<String>
返回值
类型:System.String
最常见的路径或空字符串
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。