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
'Декларация
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
- build
Type: Microsoft.TeamFoundation.Build.Client.IBuildDetail
The build from which the work item summaries will be retrieved.
Return Value
Type: System.Collections.Generic.List<IWorkItemSummary>
The associated 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.
See Also
Reference
InformationNodeConverters Class