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。