Workspace.UnqueueForEdit Method

Unmarks 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)

Syntax

'Declaration
Public Sub UnqueueForEdit ( _
    localItem As String _
)
public void UnqueueForEdit(
    string localItem
)
public:
void UnqueueForEdit(
    String^ localItem
)
member UnqueueForEdit : 
        localItem:string -> unit
public function UnqueueForEdit(
    localItem : String
)

Parameters

  • localItem
    Type: System.String

    Local item which should no longer be queued for check-out

.NET Framework Security

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace