Metodo ISolutionTreeFilterProvider.IsFilteringSupported
Determines whether this type of filter is supported when the specified collection of items are at the root of the tree.
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Sintassi
'Dichiarazione
Function IsFilteringSupported ( _
rootItems As IEnumerable _
) As Boolean
bool IsFilteringSupported(
IEnumerable rootItems
)
Parametri
- rootItems
Tipo: System.Collections.IEnumerable
The current collection of root items in the tree.
Valore restituito
Tipo: System.Boolean
true if the filter is supported, otherwise false.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.