ISolutionTreeFilterProvider.IsFilteringSupported(IEnumerable) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定当给定的项集合位于树的根时,是否支持此类型的筛选器。
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。