次の方法で共有


ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) メソッド

定義

特定の項目のコレクションがツリーのルートにある場合に、この種類のフィルターをサポートするかどうかを決定します。

public:
 bool IsFilteringSupported(System::Collections::IEnumerable ^ rootItems);
public bool IsFilteringSupported (System.Collections.IEnumerable rootItems);
abstract member IsFilteringSupported : System.Collections.IEnumerable -> bool
Public Function IsFilteringSupported (rootItems As IEnumerable) As Boolean

パラメーター

rootItems
IEnumerable

ツリー内のルート項目の現在のコレクション。

戻り値

フィルターがサポートされている場合は True、それ以外の場合は false。

適用対象