DExploreAppObjClass.Filter 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置集合筛选器。
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
属性值
返回一个包含筛选器名称的字符串。
实现
- 属性
注解
已弃用。 请改用 Filter。