IBuildInformation.GetSortedNodesByTypes 方法
获取对列表进行排序信息节点,并指定的所有子树输入此集合中。 此方法是递归方法。
命名空间: Microsoft.TeamFoundation.Build.Client
程序集: Microsoft.TeamFoundation.Build.Client(在 Microsoft.TeamFoundation.Build.Client.dll 中)
语法
声明
Function GetSortedNodesByTypes ( _
types As IEnumerable(Of String), _
comparer As IComparer(Of IBuildInformationNode) _
) As List(Of IBuildInformationNode)
List<IBuildInformationNode> GetSortedNodesByTypes(
IEnumerable<string> types,
IComparer<IBuildInformationNode> comparer
)
参数
- types
类型:System.Collections.Generic.IEnumerable<String>
返回节点的类型。
- comparer
类型:System.Collections.Generic.IComparer<IBuildInformationNode>
用于排序节点在该层次结构的同一级别的比较。
返回值
类型:System.Collections.Generic.List<IBuildInformationNode>
排序的列表信息节点,并指定的所有子树输入此集合中。
备注
节点首先排序依据的层次结构然后将由指定比较器。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。