Share via


InformationNodeConverters.GetAssociatedWorkItems Method (IBuildDetail)

Gets the associated work item summaries from the specified build.

Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)

Syntax

'Declaration
Public Shared Function GetAssociatedWorkItems ( _
    build As IBuildDetail _
) As List(Of IWorkItemSummary)
public static List<IWorkItemSummary> GetAssociatedWorkItems(
    IBuildDetail build
)
public:
static List<IWorkItemSummary^>^ GetAssociatedWorkItems(
    IBuildDetail^ build
)
static member GetAssociatedWorkItems : 
        build:IBuildDetail -> List<IWorkItemSummary> 
public static function GetAssociatedWorkItems(
    build : IBuildDetail
) : List<IWorkItemSummary>

Parameters

Return Value

Type: System.Collections.Generic.List<IWorkItemSummary>
The associated work item summaries.

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetAssociatedWorkItems Overload

Microsoft.TeamFoundation.Build.Client Namespace