Help.FilterQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the filter query string for the current Help collection filter.
public:
property System::String ^ FilterQuery { System::String ^ get(); };
public:
property Platform::String ^ FilterQuery { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(23)]
public string FilterQuery { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.FilterQuery : string
Public ReadOnly Property FilterQuery As String
Property Value
A string containing the query string for the current filter.
- Attributes
Remarks
This property is deprecated. See FilterQuery for information about the current implementation.