Udostępnij za pośrednictwem


Metoda ShellUtility.FindFilesInSolution — (IList<String>, IServiceProvider, Boolean)

Znajdowanie plików danego rozszerzenia w bieżącym rozwiązaniem.

Ten interfejs API nie jest zgodny ze specyfikacją CLS. 

Przestrzeń nazw:  Microsoft.VisualStudio.Modeling.Shell
Zestaw:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (w Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Składnia

'Deklaracja
<CLSCompliantAttribute(False)> _
Public Shared Function FindFilesInSolution ( _
    fileExtensions As IList(Of String), _
    serviceProvider As IServiceProvider, _
    includeInvisibleNodes As Boolean _
) As Collection(Of String)
[CLSCompliantAttribute(false)]
public static Collection<string> FindFilesInSolution(
    IList<string> fileExtensions,
    IServiceProvider serviceProvider,
    bool includeInvisibleNodes
)

Parametry

  • includeInvisibleNodes
    Typ: System.Boolean
    Zawiera węzły niewidoczne, false w przeciwnym razie ma wartość true.

Wartość zwracana

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

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ShellUtility Klasa

Przeciążenie FindFilesInSolution

Przestrzeń nazw Microsoft.VisualStudio.Modeling.Shell