ISolutionTreeFilterProvider.CreateFilter, méthode
Creates a new filter for the specified collection of root items.
Espace de noms : Microsoft.VisualStudio.Shell
Assembly : Microsoft.VisualStudio.Shell.Immutable.11.0 (dans Microsoft.VisualStudio.Shell.Immutable.11.0.dll)
Syntaxe
'Déclaration
Function CreateFilter ( _
rootItems As IEnumerable _
) As ISolutionTreeFilter
ISolutionTreeFilter CreateFilter(
IEnumerable rootItems
)
Paramètres
- rootItems
Type : System.Collections.IEnumerable
The current collection of root items in the tree.
Valeur de retour
Type : Microsoft.VisualStudio.Shell.ISolutionTreeFilter
An ISolutionTreeFilter instance that can be applied to the tree to control which items are included in the tree's filtered subset.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.