API Search || Global Search

More...

Inheritance diagram for HPS.HighlightSearch:

Public Types

enum  Scope : uint { Scope.AtOrAbovePath = 0x00000000, Scope.AtOrBelowPath = 0x00000001, Scope.ExactPath = 0x00000002 }
 Enumeration of how to interpret path scope when performing a highlight search. More...
 

Public Member Functions

virtual void Dispose ()
 
 HighlightSearch (HPS.HighlightSearch in_that)
 

Protected Member Functions

virtual void deleteCptr ()
 

Protected Attributes

bool cMemOwn
 
HandleRef cptr
 

Detailed Description

The HighlightSearch class is a concept class for highlight search related enum classes.

Member Enumeration Documentation

Enumeration of how to interpret path scope when performing a highlight search.

Enumerator
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.


The documentation for this class was generated from the following file:
  • internals/hps_core/source/cs/HPS.HighlightSearch.cs