ThreeWayMergeActions Object

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(
    [in] long nIndex,
    [out, retval] IThreeWayMergeAction** pValue)
.NET ThreeWayMergeAction get_Item(
    Int32 nIndex)
  • nIndex
    The index of a merge action within the collection.