Share via


Workspace.Undo Method

Include Protected Members
Include Inherited Members

Undo the pending changes for the specified item or items. The item or items may contain wildcard characters.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public method

Undo(array<ItemSpec[])

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(array<PendingChange[])

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(String)

Undo the pending changes for the specified item. The item may contain wildcard characters.

Public method

Undo(array<String[])

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(array<ItemSpec[], Boolean)

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(String, RecursionType)

Undo the pending changes for the specified item. The item may contain wildcard characters.

Public method

Undo(array<String[], RecursionType)

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(array<String[], Boolean)

Undo the pending changes for the specified items. The items may contain wildcard characters.

Public method

Undo(array<String[], RecursionType, Boolean)

Undo the pending changes for the specified items. The items may contain wildcard characters.

Top

See Also

Reference

Workspace Class

Workspace Members

Microsoft.TeamFoundation.VersionControl.Client Namespace