Interface for a ChangesetSummary type of IBuildInformationNode.
To obtain an IChangesetSummary, use the InformationNodeConverters class.
Namespace:  Microsoft.TeamFoundation.Build.Client
Assembly:  Microsoft.TeamFoundation.Build.Client (in Microsoft.TeamFoundation.Build.Client.dll)
Syntax
声明
Public Interface IChangesetSummary
public interface IChangesetSummary
public interface class IChangesetSummary
type IChangesetSummary =  interface end
public interface IChangesetSummary
The IChangesetSummary type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChangesetId | Gets or sets the ID of this changeset. | 
| .gif) | ChangesetUri | Gets or sets the uniform resource identifier (URI) of this changeset. | 
| .gif) | CheckedInBy | Gets or sets the user who checked in this changeset. | 
| .gif) | Comment | Gets or sets the comment for this changeset. | 
| .gif) | Id | Gets the ID of the underyling information node of this changeset. | 
| .gif) | Node | Gets the underlying information node of this changeset. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Save | Saves the changeset summary to the server. | 
Top