共用方式為


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。

適用於