Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the associated opened work item summaries for the specified build.
Namespace: Microsoft.TeamFoundation.Build.Client
Assembly: Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
'Declaration
Public Shared Function GetOpenedWorkItems ( _
build As IBuildDetail _
) As List(Of IWorkItemSummary)
public static List<IWorkItemSummary> GetOpenedWorkItems(
IBuildDetail build
)
public:
static List<IWorkItemSummary^>^ GetOpenedWorkItems(
IBuildDetail^ build
)
static member GetOpenedWorkItems :
build:IBuildDetail -> List<IWorkItemSummary>
public static function GetOpenedWorkItems(
build : IBuildDetail
) : List<IWorkItemSummary>
Parameters
build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetailThe build from which the opened work items will be retrieved.
Return Value
Type: System.Collections.Generic.List<IWorkItemSummary>
The associated opened work item summaries.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.