In This Article

EditorSearchScope Enum

Specifies the scope in which a find/replace operation should occur.

public enum EditorSearchScope

Fields

Name Description
Document

Search the entire document.

Selection

Search the selection. When no selection is available, search the document.