다음을 통해 공유


ISolutionTreeFilter 인터페이스

정의

필터링된 트리에 포함해야 하는 항목의 컬렉션을 제어하는 필터입니다. IncludedItems가 트리에 배치되면 이러한 항목과 상위 항목이 트리에 포함되고 다른 모든 항목은 제외됩니다. 필터가 더 이상 필요하지 않으면 트리 컨트롤이 필터를 삭제합니다.

public interface class ISolutionTreeFilter : IDisposable, System::ComponentModel::INotifyPropertyChanged, System::ComponentModel::ISupportInitialize, System::ComponentModel::ISupportInitializeNotification
public interface ISolutionTreeFilter : IDisposable, System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.ISupportInitialize, System.ComponentModel.ISupportInitializeNotification
type ISolutionTreeFilter = interface
    interface IDisposable
    interface ISupportInitializeNotification
    interface ISupportInitialize
    interface INotifyPropertyChanged
Public Interface ISolutionTreeFilter
Implements IDisposable, INotifyPropertyChanged, ISupportInitialize, ISupportInitializeNotification
파생
구현

설명

필터가 더 이상 필요하지 않으면 트리 컨트롤이 필터를 삭제합니다.

속성

IncludedItems

필터에 포함된 항목 집합을 가져옵니다.

메서드

GetFilterDescendantsBehavior(Object)

하위 항목이 명시적으로 지정되지 않은 경우 하위 항목을 포함할지 여부를 결정합니다.

적용 대상