Share via


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

'Declaration
ReadOnly Property FilterQuery As String
string FilterQuery { get; }
property String^ FilterQuery {
    String^ get ();
}
abstract FilterQuery : string with 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.

.NET Framework Security

See Also

Reference

Help Interface

Microsoft.VisualStudio.VSHelp Namespace