次の方法で共有


IFilterStorage インターフェイス

定義

フィルター設定を階層内に永続化できます。

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

メソッド

Add(String, IFilterRow[])

格納する新しい行を追加します。

Get(String)

既存の行を取得します。

Remove(String)

コレクションから行を削除します。

適用対象