HighlightSearch
- class HPS.HighlightSearch : public IDisposable
The HighlightSearch class is a concept class for highlight search related enum classes.
Public Types
- enum Scope
Enumeration of how to interpret path scope when performing a highlight search.
Values:
- AtOrAbovePath
Only return highlights that apply at or above the specified path.
- AtOrBelowPath
Only return highlights that apply at or below the specified path.
- ExactPath
Only return highlights that apply at exactly the specified path.