Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the merge history of the requested item with an optional source.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function QueryMerges ( _
sourceItemSpec As ItemSpec, _
sourceVersion As VersionSpec, _
targetItemSpec As ItemSpec, _
targetVersion As VersionSpec, _
versionFrom As VersionSpec, _
versionTo As VersionSpec, _
showAll As Boolean _
) As ChangesetMerge()
public ChangesetMerge[] QueryMerges(
ItemSpec sourceItemSpec,
VersionSpec sourceVersion,
ItemSpec targetItemSpec,
VersionSpec targetVersion,
VersionSpec versionFrom,
VersionSpec versionTo,
bool showAll
)
public:
array<ChangesetMerge^>^ QueryMerges(
ItemSpec^ sourceItemSpec,
VersionSpec^ sourceVersion,
ItemSpec^ targetItemSpec,
VersionSpec^ targetVersion,
VersionSpec^ versionFrom,
VersionSpec^ versionTo,
bool showAll
)
member QueryMerges :
sourceItemSpec:ItemSpec *
sourceVersion:VersionSpec *
targetItemSpec:ItemSpec *
targetVersion:VersionSpec *
versionFrom:VersionSpec *
versionTo:VersionSpec *
showAll:bool -> ChangesetMerge[]
public function QueryMerges(
sourceItemSpec : ItemSpec,
sourceVersion : VersionSpec,
targetItemSpec : ItemSpec,
targetVersion : VersionSpec,
versionFrom : VersionSpec,
versionTo : VersionSpec,
showAll : boolean
) : ChangesetMerge[]
Parameters
- sourceItemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
The ItemSpec of the optional source item.
- sourceVersion
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The VersionSpec of the optional source item.
- targetItemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec
The ItemSpec of the required target item.
- targetVersion
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The VersionSpec of the required target item.
- versionFrom
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
A VersionSpec denoting the earliest point of the merge history range to query. Specify null for "start of time".
- versionTo
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
A VersionSpec denoting the latest point of the merge history range. Specify null for "end of time".
- showAll
Type: System.Boolean
True to include merge history of renamed items. False to not include.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.ChangesetMerge[]
An array of ChangesetMerge objects.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.