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 | |
---|---|---|
IncludedItems | Gets the set of items that are included by the filter. | |
IsInitialized | Obtient une valeur indiquant si le composant est initialisé. (Hérité de ISupportInitializeNotification.) |
Début
Méthodes
Nom | Description | |
---|---|---|
BeginInit | Signale à l'objet que l'initialisation démarre. (Hérité de ISupportInitialize.) | |
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.) | |
EndInit | Signale à l'objet que l'initialisation est terminée. (Hérité de ISupportInitialize.) | |
GetFilterDescendantsBehavior | Determines whether to include descendants if none are explicitly specified. |
Début
Événements
Nom | Description | |
---|---|---|
Initialized | Se produit lorsque l'initialisation du composant est terminée. (Hérité de ISupportInitializeNotification.) | |
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.