IFilterStorage 接口

定义

允许在层次结构中保持筛选器设置。

public interface class IFilterStorage
public interface IFilterStorage
type IFilterStorage = interface
Public Interface IFilterStorage

方法

Add(String, IFilterRow[])

添加要存储的新行。

Get(String)

检索现有行。

Remove(String)

从集合中删除行。

适用于