DExploreAppObjClass.Filter 属性

定义

获取或设置集合筛选器。

public:
 virtual property System::String ^ Filter { System::String ^ get(); void set(System::String ^ value); };
public:
 virtual property Platform::String ^ Filter { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(22)]
public virtual string Filter { [System.Runtime.InteropServices.DispId(22)] get; [System.Runtime.InteropServices.DispId(22)] set; }
[<System.Runtime.InteropServices.DispId(22)>]
[<get: System.Runtime.InteropServices.DispId(22)>]
[<set: System.Runtime.InteropServices.DispId(22)>]
member this.Filter : string with get, set
Public Overridable Property Filter As String

属性值

String

返回一个包含筛选器名称的字符串。

实现

属性

注解

已弃用。 请改用 Filter

适用于