IVsWindowSearchEvents::SearchOptionValueChanged Method (IVsWindowSearchBooleanOption^)

 

Provides notification that there was a change in the Boolean search option's value.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

void SearchOptionValueChanged(
	IVsWindowSearchBooleanOption^ pOption
)

Parameters

pOption
Type: Microsoft.VisualStudio.Shell.Interop::IVsWindowSearchBooleanOption^

[in] The Boolean search option that contains the value that changed.

Return to top
Show: