Workspace.Get Method (GetRequest, GetOptions, GetFilterCallback, Object)
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 ( _
request As GetRequest, _
options As GetOptions, _
filterCallback As GetFilterCallback, _
userData As Object _
) As GetStatus
public GetStatus Get(
GetRequest request,
GetOptions options,
GetFilterCallback filterCallback,
Object userData
)
public:
GetStatus^ Get(
GetRequest^ request,
GetOptions options,
GetFilterCallback^ filterCallback,
Object^ userData
)
member Get :
request:GetRequest *
options:GetOptions *
filterCallback:GetFilterCallback *
userData:Object -> GetStatus
public function Get(
request : GetRequest,
options : GetOptions,
filterCallback : GetFilterCallback,
userData : Object
) : GetStatus
Parameters
- request
Type: Microsoft.TeamFoundation.VersionControl.Client.GetRequest
The item and version that is being requested.
- options
Type: Microsoft.TeamFoundation.VersionControl.Client.GetOptions
One or more of the enum values (None, Overwrite, GetAll, 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.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.GetStatus
A GetStatus object that indicates how many operations, conflicts, errors, and so forth occurred while the Get operation was being processed.
Remarks
The filtering delegate sets the Ignore property on each operation to be discarded, which allows the caller to discard operations before they are processed.
.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.