Gets a particular item from the collection.
public CommentedText GetItem();
Public Function GetItem() As CommentedText
public CommentedText GetItem(bool next);
Public Function GetItem(ByVal next As Boolesn) As CommentedText
Parameter | Description |
---|---|
next | If this parameter is true, the next comment in the textflow is returned. If this parameter is false, the previous comment in the textflow is returned. The next or the previous comment is returned independent whether there is a comment at the current text input position. |
The return value is null, if a comment could not be found. Otherwise, it is an object of the type Commented