Gets a particular item from the collection.

GetItem()

public TrackedChange GetItem();
Public Function GetItem() As TrackedChange

GetItem(Bool)

public TrackedChange GetItem(bool next);
Public Function GetItem(ByVal next As Boolesn) As TrackedChange

Parameters

Parameter Description
next If this parameter is true, the next change in the textflow is returned. If this parameter is false, the previous change in the textflow is returned. The next or the previous change is returned independent whether there is a change at the current text input position.

Return Value

The return value is null, if a change could not be found. Otherwise, it is an object of the type TrackedChange.