Partager via


ShellUtility.FindFilesInSolution, méthode (IncludeInResultsCallback, IServiceProvider, Boolean)

Recherchez les fichiers d'une extension donnée dans la solution actuelle.

Cette API n'est pas conforme CLS. 

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

Syntaxe

'Déclaration
<CLSCompliantAttribute(False)> _
Public Shared Function FindFilesInSolution ( _
    callback As IncludeInResultsCallback, _
    serviceProvider As IServiceProvider, _
    includeInvisibleNodes As Boolean _
) As Collection(Of String)
[CLSCompliantAttribute(false)]
public static Collection<string> FindFilesInSolution(
    IncludeInResultsCallback callback,
    IServiceProvider serviceProvider,
    bool includeInvisibleNodes
)

Paramètres

  • includeInvisibleNodes
    Type : System.Boolean
    True pour comprendre les nœuds invisibles, sinon false.

Valeur de retour

Type : System.Collections.ObjectModel.Collection<String>

Sécurité .NET Framework

Voir aussi

Référence

ShellUtility Classe

FindFilesInSolution, surcharge

Microsoft.VisualStudio.Modeling.Shell, espace de noms