Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
buildInformation
Type: Microsoft.TeamFoundation.Build.Client.IBuildInformationThe build information object 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.