SearchSettingsDataSource::RestartSearchIfUnchanged Property

 

Determines whether searches will be restarted, even if the search string is not changed, by pressing Enter or selecting a most-recently-used (MRU) item from the list. Default is false; the search will not be restarted.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool RestartSearchIfUnchanged {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if searches will be restarted.

Return to top
Show: