Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Requests that the server update the current workspace with the latest version of all mapped items.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Function Get As GetStatus
'Usage
Dim instance As Workspace
Dim returnValue As GetStatus
returnValue = instance.Get()
public GetStatus Get()
public:
GetStatus^ Get()
public function Get() : GetStatus
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.GetStatus
Returns a GetStatus object which describes the number of operations, conflicts, and errors that occurred when processing the Get.
.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.