Share via


GetRequest Constructor (ItemSpec, Int32)

Gets the specified items or the entire workspace at the specified changeset.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Sub New ( _
    itemSpec As ItemSpec, _
    changeset As Integer _
)
public GetRequest(
    ItemSpec itemSpec,
    int changeset
)
public:
GetRequest(
    ItemSpec^ itemSpec, 
    int changeset
)
new : 
        itemSpec:ItemSpec * 
        changeset:int -> GetRequest
public function GetRequest(
    itemSpec : ItemSpec, 
    changeset : int
)

Parameters

  • changeset
    Type: System.Int32

    The changeset from which to get the specified items or workspace.

.NET Framework Security

See Also

Reference

GetRequest Class

GetRequest Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace