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.
Inherited Members
- ISearchOptions.FindText
- ISearchOptions.MatchCase
- ISearchOptions.MatchWholeWord
- ISearchOptions.MaximumResultCount
- ISearchOptions.PatternProvider
- ISearchOptions.ReplaceText
- ISearchOptions.SearchUp
- ICloneable.Clone()