This documentation is archived and is not being maintained.

ChangesetMergeDetails::MergedItems Property

Gets an array of the merged items.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
property array<ItemMerge^>^ MergedItems {
	array<ItemMerge^>^ get ();
}

Property Value

Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemMerge>
An array of the merged items.

Show: