Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Represents a set of changes committed to the repository.
Inheritance Hierarchy
System.Object
Microsoft.TeamFoundation.VersionControl.Client.Changeset
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public NotInheritable Class Changeset
public sealed class Changeset
public ref class Changeset sealed
[<Sealed>]
type Changeset = class end
public final class Changeset
The Changeset type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
ArtifactUri | Gets the artifact uniform resource identifier (URI) that is associated with this changeset. |
![]() |
Changes | Gets or sets an array of Change objects that comprise 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 that committed this changeset. |
![]() |
CreationDate | Gets or sets the creation date of this changeset. |
![]() |
Owner | Gets or sets the owner of this changeset. |
![]() |
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. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (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. |
Top
Remarks
Represents file and folder revisions, links to related work items, check-in notes, a comment, and policy compliance and system metadata such as owner name and date/time of check-in.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)