This documentation is archived and is not being maintained.
ChangesetMerge Class
Visual Studio 2013
Represents a merge of one changeset into another changeset.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The ChangesetMerge type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Partial | Gets a flag that describes whether this merge is partial. |
![]() | SourceVersion | Gets the version of the source changeset. |
![]() | TargetChangeset | Gets the changeset in which the merge occurred. |
![]() | TargetVersion | Gets the version of the target 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 ChangesetMerge instance. (Overrides Object::ToString().) |
Show:
