InformationNodeConverters.GetAssociatedWorkItems 方法 (IBuildInformation)

从指定的生成信息对象获取关联的工作项的摘要。

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

语法

声明
Public Shared Function GetAssociatedWorkItems ( _
    buildInformation As IBuildInformation _
) As List(Of IWorkItemSummary)
public static List<IWorkItemSummary> GetAssociatedWorkItems(
    IBuildInformation buildInformation
)

参数

返回值

类型:System.Collections.Generic.List<IWorkItemSummary>
关联的工作项的摘要。

.NET Framework 安全性

请参见

参考

InformationNodeConverters 类

GetAssociatedWorkItems 重载

Microsoft.TeamFoundation.Build.Client 命名空间