In This Article

SearchOperationType Enum

Specifies the type of search operation.

public enum SearchOperationType

Fields

Name Description
FindAll

Finds all occurrences of the find text.

FindNext

Finds the next occurrence of the find text.

FindNextIncremental

Finds the next occurrence of the find text via incremental search mode.

ReplaceAll

Replaces all occurrences of the find text with the replace text.

ReplaceNext

Replaces the next occurrence of the find text with the replace text.