This documentation is archived and is not being maintained.
QueryHistoryParameters::ItemVersion Property
Visual Studio 2013
A VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: property VersionSpec^ ItemVersion { VersionSpec^ get (); void set (VersionSpec^ value); }
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client::VersionSpecThe VersionSpec describing the point in time at which the path provided in the Item property should be resolved. Defaults to VersionSpec.Latest; supplying another value for this property is not common.
- 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: