DExploreAppObjClass.FilterQuery 属性

定义

返回当前帮助集合筛选器的筛选器查询字符串。

public:
 virtual property System::String ^ FilterQuery { System::String ^ get(); };
public:
 virtual property Platform::String ^ FilterQuery { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(23)]
public virtual string FilterQuery { [System.Runtime.InteropServices.DispId(23)] get; }
[<System.Runtime.InteropServices.DispId(23)>]
[<get: System.Runtime.InteropServices.DispId(23)>]
member this.FilterQuery : string
Public Overridable ReadOnly Property FilterQuery As String

属性值

String

一个字符串,其中包含当前筛选器的查询字符串。

实现

属性

注解

已弃用。 请改用 FilterQuery

适用于