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
Countread-onlyIThreeWayMergeActions
The number of merging actions in the collection.
IDL |
[propget] HRESULT Count([out, retval] long* pValue)
|
---|---|
.NET | Int32 Count[get] |
Itemread-onlyIThreeWayMergeActions
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.