QueryHistoryParameters Constructor (ItemSpec)
Creates a new QueryHistoryParameters object.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
itemSpec As ItemSpec _
)
public QueryHistoryParameters(
ItemSpec itemSpec
)
public:
QueryHistoryParameters(
ItemSpec^ itemSpec
)
new :
itemSpec:ItemSpec -> QueryHistoryParameters
public function QueryHistoryParameters(
itemSpec : ItemSpec
)
Parameters
itemSpec
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpecAn ItemSpec describing the item whose history is to be retrieved, its deletion id, and the recursion type at which the query should be performed.
.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.