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 specified items at the specified version.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Sub New ( _
item As String, _
recursion As RecursionType, _
version As VersionSpec _
)
public GetRequest(
string item,
RecursionType recursion,
VersionSpec version
)
public:
GetRequest(
String^ item,
RecursionType recursion,
VersionSpec^ version
)
new :
item:string *
recursion:RecursionType *
version:VersionSpec -> GetRequest
public function GetRequest(
item : String,
recursion : RecursionType,
version : VersionSpec
)
Parameters
- item
Type: System.String
The items to get (wildcard characters are allowed).
- recursion
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionType
The recursion level.
- version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
The item version to get.
.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.