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
'Déclaration
ReadOnly Property FilterQuery As String
'Utilisation
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
- 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.