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)

Syntax

ReadOnly Property FilterQuery As String

Dim instance As Help
Dim value As String

value = instance.FilterQuery
string FilterQuery { get; }
property String^ FilterQuery {
    String^ get ();
}
function get FilterQuery () : String

Property Value

Type: System.String

A string containing the query string for the current filter.

Remarks

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

Permissions

See Also

Reference

Help Interface

Help Members

Microsoft.VisualStudio.VSHelp Namespace