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.
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
public class MergeEventArgs : EventArgs
public ref class MergeEventArgs : public EventArgs
type MergeEventArgs =
class
inherit EventArgs
end
public class MergeEventArgs extends EventArgs
The MergeEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
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. |
![]() |
PendingChange | Gets the pending change resulting from an automatically resolved merge. |
![]() |
Properties | Gets a collection of properties associated with this merge. |
![]() |
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. |
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.) |
![]() |
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.) |
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.
.gif)
.gif)
.gif)