Classe HierarchyTreeFilterProvider

Base class which implements some of the boilerplate parts of an ISolutionTreeFilter.

Gerarchia di ereditarietà

System.Object
  Microsoft.VisualStudio.Shell.HierarchyTreeFilterProvider

Spazio dei nomi:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Public MustInherit Class HierarchyTreeFilterProvider _
    Implements ISolutionTreeFilterProvider
public abstract class HierarchyTreeFilterProvider : ISolutionTreeFilterProvider

Il tipo HierarchyTreeFilterProvider espone i seguenti membri.

Costruttori

  Nome Descrizione
Metodo protetto HierarchyTreeFilterProvider Initializes a new instance of the HierarchyTreeFilterProvider class.

In alto

Metodi

  Nome Descrizione
Metodo protetto CreateFilter() Creates a new filter for the given collection of root hierarchy items.
Metodo pubblico CreateFilter(IEnumerable) Creates a new filter for the specified collection of root items.
Metodo pubblico Equals Determina se l'oggetto specificato equivale all'oggetto corrente. (Ereditato da Object)
Metodo protetto Finalize Consente a un oggetto di provare a liberare risorse ed eseguire altre operazioni di pulitura prima che l'oggetto stesso venga recuperato dalla procedura di Garbage Collection. (Ereditato da Object)
Metodo pubblico GetHashCode Funge da funzione hash per un determinato tipo. (Ereditato da Object)
Metodo pubblico GetType Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object)
Metodo pubblico IsFilteringSupported Determines whether this type of filter is supported when the specified collection of items is at the root of the tree.
Metodo protetto MemberwiseClone Consente di creare una copia dei riferimenti dell'oggetto Object corrente. (Ereditato da Object)
Metodo pubblico ToString Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object)

In alto

Codice thread safe

Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.

Vedere anche

Riferimenti

Spazio dei nomi Microsoft.VisualStudio.Shell