다음을 통해 공유


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입니다.

적용 대상