ISolutionTreeFilter, interface

A filter that controls a collection of items that should be included in the filtered tree.

Espace de noms :  Microsoft.VisualStudio.Shell
Assembly :  Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntaxe

'Déclaration
Public Interface ISolutionTreeFilter _
    Inherits IDisposable, ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged
public interface ISolutionTreeFilter : IDisposable, 
    ISupportInitializeNotification, ISupportInitialize, INotifyPropertyChanged

Le type ISolutionTreeFilter expose les membres suivants.

Propriétés

  Nom Description
Propriété publique IncludedItems Gets the set of items that are included by the filter.
Propriété publique IsInitialized Obtient une valeur indiquant si le composant est initialisé. (Hérité de ISupportInitializeNotification.)

Début

Méthodes

  Nom Description
Méthode publique BeginInit Signale à l'objet que l'initialisation démarre. (Hérité de ISupportInitialize.)
Méthode publique Dispose Exécute les tâches définies par l'application associées à la libération ou à la redéfinition des ressources non managées. (Hérité de IDisposable.)
Méthode publique EndInit Signale à l'objet que l'initialisation est terminée. (Hérité de ISupportInitialize.)
Méthode publique GetFilterDescendantsBehavior Determines whether to include descendants if none are explicitly specified.

Début

Événements

  Nom Description
Événement public Initialized Se produit lorsque l'initialisation du composant est terminée. (Hérité de ISupportInitializeNotification.)
Événement public PropertyChanged Se produit lorsqu'une valeur de propriété est modifiée. (Hérité de INotifyPropertyChanged.)

Début

Remarques

When the filter is no longer needed, the tree control will dispose the filter.

Voir aussi

Référence

Microsoft.VisualStudio.Shell, espace de noms