English | 日本語
Home > Merge > Merge for Windows > Documentation Contents > ThreeWayMergeActions Object

ThreeWayMergeActions Object

This object represents a collection of merging actions that would need to be performed in order to merge the first and third files into a central common ancestor file.

Properties (implemented by interface IThreeWayMergeActions)

Count

IDL [propget] HRESULT Count([out, retval] long* pValue)
.NET Int32 Count[get]
VB6 Count As Long

The number of merging actions in the collection.

The property is read-only.

Item

IDL [propget] HRESULT Item([in] long nIndex, [out, retval] IThreeWayMergeAction** pValue)
.NET ThreeWayMergeAction get_Item(Int32 nIndex)
VB6 Item(nIndex As Long) As ThreeWayMergeAction

Provides access to the merge action at the specified index within the collection.

The property is read-only.

Arguments


Related topics