This documentation is archived and is not being maintained.
VersionControlServer.QueryHistory Method (QueryHistoryParameters)
Visual Studio 2013
Gets a collection of Changeset objects matching the specified items and versions.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
'Declaration Public Function QueryHistory ( _ parameters As QueryHistoryParameters _ ) As IEnumerable(Of Changeset)
Parameters
- parameters
- Type: Microsoft.TeamFoundation.VersionControl.Client.QueryHistoryParameters
The parameter used.
Return Value
Type: System.Collections.Generic.IEnumerable(Of Changeset)A collection of Changeset objects matching the specified items and versions.
- 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.
Show: