Interface for a WorkItemSummary type of IBuildInformationNode. To obtain an IWorkItemSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IWorkItemSummary
public interface IWorkItemSummary
public interface class IWorkItemSummary
type IWorkItemSummary =  interface end
public interface IWorkItemSummary
The IWorkItemSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | AssignedTo | Gets or sets the user to whom this work item is assigned. | 
| .gif) | Id | Gets the ID of the underlying IBuildInformationNode of the work item summary. | 
| .gif) | Node | Gets the underlying IBuildInformationNode. | 
| .gif) | Status | Gets or sets the status of this work item. | 
| .gif) | Title | Gets or sets the title of this work item. | 
| .gif) | Type | Gets or sets the type of this work item. | 
| .gif) | WorkItemId | Gets or sets the ID of this work item. | 
| .gif) | WorkItemUri | Gets or sets the uniform resource identifier (URI) of this work item. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves this work item summary to the server. | 
Top