Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Syntax
'Declaration
Public ReadOnly Property Undone As Boolean
Get
public bool Undone { get; }
public:
property bool Undone {
bool get ();
}
member Undone : bool
function get Undone () : boolean
Property Value
Type: System.Boolean
True if the pending change has been undone; otherwise, false.
Remarks
This is significant for undoing a rename change because the source and target are swapped relative to the original pending change.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.