This documentation is archived and is not being maintained.

Workspace::Undo Method (array<ItemSpec>, Boolean, Boolean, array<String>, array<String>)

Visual Studio 2013

Undo the pending changes for the specified items. The items may contain wildcards.

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

public:
int Undo(
	array<ItemSpec^>^ itemSpecs, 
	bool updateDisk, 
	bool deleteAdds, 
	array<String^>^ itemAttributeFilters, 
	array<String^>^ itemPropertyFilters
)

Parameters

itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>

the items for which to undo pending changes

updateDisk
Type: System::Boolean

if true, update the items on disk for the undo; otherwise, the disk is not modified

deleteAdds
Type: System::Boolean

determines if adds should be deleted.

itemAttributeFilters
Type: array<System::String>
itemPropertyFilters
Type: array<System::String>

Return Value

Type: System::Int32
returns the number of undone changes

Show: