Help::FilterQuery Property

 

Returns the filter query string for the current Help collection filter.

Namespace:   Microsoft.VisualStudio.VSHelp
Assembly:  Microsoft.VisualStudio.VSHelp (in Microsoft.VisualStudio.VSHelp.dll)

property String^ FilterQuery {
	String^ get();
}

Property Value

Type: System::String^

A string containing the query string for the current filter.

This property is deprecated. See FilterQuery for information about the current implementation.

Return to top
Show: