ThreeWayMergeActions Object
On this page:
Description
This object represents a collection of merging actions that would need to be performed to merge the first and third files into a central common ancestor file.
Properties
Count read-only, IThreeWayMergeActions
The number of merging actions in the collection.
| IDL | 
         [propget] HRESULT Count([out, retval] long* pValue)
          | 
      
|---|---|
| .NET | Int32 Count[get] | 
      
Item read-only, IThreeWayMergeActions
Provides access to the merge action at the specified index within the collection.
| IDL | 
         [propget] HRESULT Item(
          | 
      
|---|---|
| .NET | ThreeWayMergeAction 
            get_Item( | 
      
nIndex
The index of a merge action within the collection.