ISolutionTreeFilter 인터페이스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
필터링된 트리에 포함해야 하는 항목의 컬렉션을 제어하는 필터입니다. 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) |
하위 항목이 명시적으로 지정되지 않은 경우 하위 항목을 포함할지 여부를 결정합니다. |