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
Get
string FilterQuery { get; }
property String^ FilterQuery {
String^ get ();
}
abstract FilterQuery : string
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.