ITagSearchOptions<T> Interface
Provides the base requirements for a class that stores tag search operation options.
public interface ITagSearchOptions<T> where T : ITag
- Type Parameters:
-
T-The tag type.
Properties
CanWrap
Indicates whether the search can wrap at the end of the search text range.
Filter
The optional callback used to determine if a potential search result is valid.
SearchUp
Indicates whether to search backwards.
bool SearchUp { get; set; }
Property Value
- bool:
trueif searches should be performed backwards; otherwise,false.