Share via


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。

适用于