IIncrementalSearch::SearchString Property

 

Gets or sets the current search term.

Namespace:   Microsoft.VisualStudio.Text.IncrementalSearch
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property String^ SearchString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

The current search term.

Return to top
Show: