DExploreAppObjClass::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)

public:
property String^ FilterQuery {
	virtual String^ get();
}

Property Value

Type: System::String^

A string that contains the query string for the current filter.

Deprecated. Use FilterQuery instead.

Return to top
Show: