ITextSearchNavigator3.SearchOptions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets or gets options used for the search.
public:
property Microsoft::VisualStudio::Text::Operations::FindOptions SearchOptions { Microsoft::VisualStudio::Text::Operations::FindOptions get(); void set(Microsoft::VisualStudio::Text::Operations::FindOptions value); };
public Microsoft.VisualStudio.Text.Operations.FindOptions SearchOptions { get; set; }
member this.SearchOptions : Microsoft.VisualStudio.Text.Operations.FindOptions with get, set
Public Property SearchOptions As FindOptions
Property Value
Remarks
Modifying the SearchOptions don't change the current search. To perform a search using the new options, call the Find() method.