This documentation is archived and is not being maintained.
MergeEventArgs Class
Visual Studio 2013
Arguments describing a merge operation on a single item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The MergeEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the attributes of the MergeEventArgs. |
![]() | ChangeType | Gets the changetype of the pending change. |
![]() | DiskUpdateAttempted | Gets a flag describing whether an update to disk occurred. |
![]() | IsConflict | Gets a flag describing whether or not a conflict exists in the merge. |
![]() | IsLatest | Gets a flag describing whether this operation is getting the latest version of the item. |
![]() | OperationId | Gets or sets the name of the operation. |
![]() | PendingChange | Gets the pending change resulting from an automatically resolved merge. |
![]() | Properties | Obsolete. Gets a collection of properties associated with this merge. |
![]() | PropertyValues | Gets a collecton of property values. |
![]() | Resolution | Gets the resolution of the merge. |
![]() | SourceLocalItem | Gets the name of the source local item. |
![]() | SourceServerItem | Gets the name of the source server item. |
![]() | SourceVersionFrom | Gets the changeset version specifier of the source item. |
![]() | SourceVersionTo | Gets the changeset version specifier of the source item. |
![]() | Status | Gets the current status of the merge operation. |
![]() | TargetLocalItem | Gets the path to the target local item. |
![]() | TargetLocalPendingChangeType | Gets the changetype of the target local item. |
![]() | TargetServerItem | Gets the path to the target server item. |
![]() | TargetVersionPended | Gets the changeset version specifier of the pending target version. |
![]() | Workspace | Gets the workspace associated with this merge. |
| 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 the default hash function. (Inherited from Object.) |
![]() | GetMessage | Gets a string that describes this event. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
