This documentation is archived and is not being maintained.

PendingChange::Undone Property

Gets a flag that describes whether this pending change has been undone.

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

public:
property bool Undone {
	bool get ();
}

Property Value

Type: System::Boolean
True if the pending change has been undone; otherwise, false.

This is significant for undoing a rename change because the source and target are swapped relative to the original pending change.

Show: