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(
    [in] long nIndex,
    [out, retval] IThreeWayMergeAction** pValue)
.NET ThreeWayMergeAction get_Item(
    Int32 nIndex)