InformationNodeConverters.GetOpenedWorkItems Method (IBuildInformation)

Gets the associated opened work item summaries for the specified build information object.

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

Syntax

'Declaration
Public Shared Function GetOpenedWorkItems ( _
    buildInformation As IBuildInformation _
) As List(Of IWorkItemSummary)
public static List<IWorkItemSummary> GetOpenedWorkItems(
    IBuildInformation buildInformation
)
public:
static List<IWorkItemSummary^>^ GetOpenedWorkItems(
    IBuildInformation^ buildInformation
)
static member GetOpenedWorkItems : 
        buildInformation:IBuildInformation -> List<IWorkItemSummary> 
public static function GetOpenedWorkItems(
    buildInformation : IBuildInformation
) : List<IWorkItemSummary>

Parameters

Return Value

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

.NET Framework Security

See Also

Reference

InformationNodeConverters Class

GetOpenedWorkItems Overload

Microsoft.TeamFoundation.Build.Client Namespace