Removes a tracked change from the collection. Depending on the accept parameter the change is either accepted or rejected. When a change is rejected, inserted text is removed and deleted text is reinserted.
public bool Remove(TrackedChange trackedChange, bool accept);
Public Function Remove(ByVal trackedChange As TrackedChange, accept As Boolean) As Boolean
Parameter | Description |
---|---|
tracked |
Specifies the tracked change to remove. |
accept | When this parameter is true, the change is accepted, otherwise, it is rejected. |
The return value is true, if the change could be removed. Otherwise, it is false.