In This Article

IEditorSearchOptions Interface

Provides the base requirements for find/replace options within a view.

public interface IEditorSearchOptions : ISearchOptions, ICloneable

Properties

Scope

An EditorSearchScope that indicates the scope in which to search.

EditorSearchScope Scope { get; set; }

Property Value

EditorSearchScope

See Also

Inherited Members

Extension Methods

See Also