DExploreAppObjClass.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

Public Overridable ReadOnly Property FilterQuery As String

Dim instance As DExploreAppObjClass
Dim value As String

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

Property Value

Type: System.String

A string that contains the query string for the current filter.

Implements

Help.FilterQuery

Remarks

Deprecated. Use FilterQuery instead.

Permissions

See Also

Reference

DExploreAppObjClass Class

DExploreAppObjClass Members

Microsoft.VisualStudio.VSHelp Namespace