Partager via


ISolutionTreeFilter Interface

Définition

Filtre contrôlant une collection d'éléments qui doivent être inclus dans l'arborescence filtrée. Lorsque les éléments inclus sont placés dans une arborescence, ces éléments et leurs ancêtres sont inclus dans l’arborescence, et tous les autres éléments sont exclus. Lorsque le filtre n’est plus nécessaire, le contrôle d’arborescence élimine le filtre.

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
Dérivé
Implémente

Remarques

Lorsque le filtre n’est plus nécessaire, le contrôle d’arborescence élimine le filtre.

Propriétés

IncludedItems

Obtient le jeu d'éléments inclus par le filtre.

Méthodes

GetFilterDescendantsBehavior(Object)

Déterminez s’il faut inclure des descendants si aucun n’est spécifié de manière exlicitée.

S’applique à