Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 ( _
requests As GetRequest(), _
options As GetOptions _
) As GetStatus
public GetStatus Get(
GetRequest[] requests,
GetOptions options
)
public:
GetStatus^ Get(
array<GetRequest^>^ requests,
GetOptions options
)
member Get :
requests:GetRequest[] *
options:GetOptions -> GetStatus
public function Get(
requests : GetRequest[],
options : GetOptions
) : GetStatus
Parameters
requests
Type: array<Microsoft.TeamFoundation.VersionControl.Client.GetRequest[]The item and version that is being requested.
options
Type: Microsoft.TeamFoundation.VersionControl.Client.GetOptionsOne of the enum values (GetAll, None, Overwrite, Preview, or Remap) for the Get operation.
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
- 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.