Workspace.Undo Method

Include Protected Members
Include Inherited Members

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(String) Undo the pending changes for the specified item.
Public method Undo(array<String[]) Undo the pending changes for the specified items.
Public method Undo(array<ItemSpec[]) Undo the pending changes for the specified items.
Public method Undo(array<PendingChange[]) Undo the pending changes for the specified items.
Public method Undo(String, RecursionType) Undo the pending changes for the specified items.
Public method Undo(array<String[], RecursionType) Undo the pending changes for the specified items.
Public method Undo(array<String[], Boolean) Undo the pending changes for the specified items.
Public method Undo(array<ItemSpec[], Boolean) Undo the pending changes for the specified items.
Public method Undo(array<String[], RecursionType, Boolean) Undo the pending changes for the specified items.
Public method Undo(array<ItemSpec[], Boolean, array<String[]) Undo the pending changes for the specified items.

Top

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace