Workspace.Get Method (array<String , VersionSpec, RecursionType, GetOptions)

Request that the server update the specified items.

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

Syntax

'Declaration
Public Function Get ( _
    items As String(), _
    version As VersionSpec, _
    recursion As RecursionType, _
    options As GetOptions _
) As GetStatus
public GetStatus Get(
    string[] items,
    VersionSpec version,
    RecursionType recursion,
    GetOptions options
)
public:
GetStatus^ Get(
    array<String^>^ items, 
    VersionSpec^ version, 
    RecursionType recursion, 
    GetOptions options
)
member Get : 
        items:string[] * 
        version:VersionSpec * 
        recursion:RecursionType * 
        options:GetOptions -> GetStatus
public function Get(
    items : String[], 
    version : VersionSpec, 
    recursion : RecursionType, 
    options : GetOptions
) : GetStatus

Parameters

  • items
    Type: array<System.String[]

    The items that are being requested.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.GetStatus
A GetStatus object that indicates how many operations, conflicts, errors, and so on occurred when the Get operation was being processed.

.NET Framework Security

See Also

Reference

Workspace Class

Get Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace