In This Article

IEditorSearchOptions Interface

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

public interface IEditorSearchOptions : ISearchOptions, ICloneable

Properties

Scope

Gets or sets an EditorSearchScope that indicates the scope in which to search.

EditorSearchScope Scope { get; set; }

Property Value

EditorSearchScope:

An EditorSearchScope that indicates the scope in which to search.

See Also

Inherited Members

See Also