ISolutionTreeFilter Interface

Definição

Um filtro que controla uma coleção de itens que devem ser incluídos na árvore filtrada. Quando os IncludedItems são colocados em uma árvore, esses itens e seus ancestrais serão incluídos na árvore e todos os outros itens serão excluídos. Quando o filtro não for mais necessário, o controle de árvore descartará o filtro.

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
Derivado
Implementações

Comentários

Quando o filtro não for mais necessário, o controle de árvore descartará o filtro.

Propriedades

IncludedItems

Obtém o conjunto de itens incluídos pelo filtro.

Métodos

GetFilterDescendantsBehavior(Object)

Decida se deseja incluir descendentes se nenhum for especificado exlicitamente.

Aplica-se a