This documentation is archived and is not being maintained.
Changeset Class
Visual Studio 2013
Represents a set of changes committed to the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The Changeset type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ArtifactUri | Gets the artifact uniform resource identifier (URI) that is associated with this changeset. |
![]() | AssociatedWorkItems | Returns a limited set of information about the associated work items with this changeset. This property does not spin up a WorkItemStore. Therefore, it is very quick. |
![]() | Changes | Gets or sets an array of Change objects that make up this changeset. |
![]() | ChangesetId | Gets or sets the ID of this changeset. |
![]() | CheckinNote | Gets or sets the check-in note of the changeset. |
![]() | Comment | Gets or sets the comment of the changeset. |
![]() | Committer | Gets or sets the user who committed this changeset. |
![]() | CommitterDisplayName | Display name of user who committed this change |
![]() | CreationDate | Gets or sets the creation date of this changeset. |
![]() | Owner | Gets or sets the owner of this changeset. |
![]() | OwnerDisplayName | Display name of user who owns this change. May differ from Committer if the change was imported or committed on behalf of another user. |
![]() | PolicyOverride | Gets or sets the policy override information of this changeset. |
![]() | Properties | Gets a read-only collection of properties that is associated with this changeset. |
![]() | VersionControlServer | Gets the repository that contains this changeset. |
![]() | WorkItems | Gets an array of work items that are associated with this changeset. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that describes the relevant properties of this Changeset instance. (Overrides Object::ToString().) |
![]() | Update | Updates the changeset metadata on the server. |
Show:
