This documentation is archived and is not being maintained.
Workspace::Get Method (array<GetRequest>, GetOptions, GetFilterCallback, Object, array<String>, array<Conflict>%)
Visual Studio 2013
Get requests that the server update the current workspace with the specified versions of the items. The filtering delegate allows the caller to discard operations before they are processed by setting the Ignore property on each operation to be discarded.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: GetStatus^ Get( array<GetRequest^>^ requests, GetOptions options, GetFilterCallback^ filterCallback, Object^ userData, array<String^>^ itemAttributeFilters, [OutAttribute] array<Conflict^>^% conflicts )
Parameters
- requests
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::GetRequest>
the items and versions being requested
- options
- Type: Microsoft.TeamFoundation.VersionControl.Client::GetOptions
options for the get (all, overwrite, etc.)
- filterCallback
- Type: Microsoft.TeamFoundation.VersionControl.Client::GetFilterCallback
a delegate to be called by using the operations obtained from the server before the operations are processed
- userData
- Type: System::Object
a user-specified object passed to the delegate when it is called
- itemAttributeFilters
- Type: array<System::String>
A list of versioned item properties to return with each get operation
- conflicts
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::Conflict>%
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::GetStatusa GetStatus object describing the number of operations, conflicts, errors, and so on that occurred when processing the get
- 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: