共用方式為


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 命名空間