This documentation is archived and is not being maintained.
UpdateLocalVersionQueue Constructor (Workspace, UpdateLocalVersionQueueOptions)
Visual Studio 2013
Initializes a new instance of the UpdateLocalVersionQueue class.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public:
UpdateLocalVersionQueue(
Workspace^ workspace,
UpdateLocalVersionQueueOptions options
)
Parameters
- workspace
- Type: Microsoft.TeamFoundation.VersionControl.Client::Workspace
The workspace to queue local version updates for.
- options
- Type: Microsoft.TeamFoundation.VersionControl.Client::UpdateLocalVersionQueueOptions
The options to indicate which table locations to update (local, server, or both).
- 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: