This documentation is archived and is not being maintained.
Workspace::Get Method (array<GetRequest>, GetOptions, GetFilterCallback, Object, array<String>)
Visual Studio 2013
Request that the server update the specified items.
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 )
Parameters
- requests
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::GetRequest>
The item and version that is being requested.
- options
- Type: Microsoft.TeamFoundation.VersionControl.Client::GetOptions
One of the enum values (GetAll, None, Overwrite, Preview, or Remap) for the Get operation.
- filterCallback
- Type: Microsoft.TeamFoundation.VersionControl.Client::GetFilterCallback
A delegate to be called before the operations are processed.
- userData
- Type: System::Object
An object to pass to the delegate when it is called.
- itemAttributeFilters
- Type: array<System::String>
An array of versioned item properties to return with each Get operation.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client::GetStatusA GetStatus object that indicates how many operations, conflicts, errors, and so on occurred when the Get operation was being processed.
- 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: