Workspace.Undo Method

Include Protected Members
Include Inherited Members

Revert the pending changes for the specified items.

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

Top

See Also

Reference

Workspace Class

Microsoft.TeamFoundation.VersionControl.Client Namespace