This documentation is archived and is not being maintained.

Workspace::QueueForEdit Method

Marks the provided local item for check-out the next time we would make a call to the server.

This method is only supported for server workspaces.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
void QueueForEdit(
	String^ localItem
)

Parameters

localItem
Type: System::String

Local item to check out

Show: