Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Arguments describing a merge operation on a single item.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.TeamFoundation.VersionControl.Client.MergeEventArgs
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Class MergeEventArgs _
    Inherits EventArgs _
    Implements IPendingChangeEventArgs
public class MergeEventArgs : EventArgs, 
    IPendingChangeEventArgs
public ref class MergeEventArgs : public EventArgs, 
    IPendingChangeEventArgs
type MergeEventArgs =  
    class 
        inherit EventArgs 
        interface IPendingChangeEventArgs 
    end
public class MergeEventArgs extends EventArgs implements IPendingChangeEventArgs
The MergeEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | Attributes | Gets the attributes of the MergeEventArgs. | 
| .gif) | ChangeType | Gets the changetype of the pending change. | 
| .gif) | DiskUpdateAttempted | Gets a flag describing whether an update to disk occurred. | 
| .gif) | IsConflict | Gets a flag describing whether or not a conflict exists in the merge. | 
| .gif) | IsLatest | Gets a flag describing whether this operation is getting the latest version of the item. | 
| .gif) | OperationId | Gets or sets the name of the operation. | 
| .gif) | PendingChange | Gets the pending change resulting from an automatically resolved merge. | 
| .gif) | Properties | Obsolete. Gets a collection of properties associated with this merge. | 
| .gif) | PropertyValues | Gets a collecton of property values. | 
| .gif) | Resolution | Gets the resolution of the merge. | 
| .gif) | SourceLocalItem | Gets the name of the source local item. | 
| .gif) | SourceServerItem | Gets the name of the source server item. | 
| .gif) | SourceVersionFrom | Gets the changeset version specifier of the source item. | 
| .gif) | SourceVersionTo | Gets the changeset version specifier of the source item. | 
| .gif) | Status | Gets the current status of the merge operation. | 
| .gif) | TargetLocalItem | Gets the path to the target local item. | 
| .gif) | TargetLocalPendingChangeType | Gets the changetype of the target local item. | 
| .gif) | TargetServerItem | Gets the path to the target server item. | 
| .gif) | TargetVersionPended | Gets the changeset version specifier of the pending target version. | 
| .gif) | Workspace | Gets the workspace associated with this merge. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetMessage | Gets a string that describes this event. | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
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.