ShellUtility.FindFilesInSolution Method (IncludeInResultsCallback, IServiceProvider, Boolean)

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
<CLSCompliantAttribute(False)> _
Public Shared Function FindFilesInSolution ( _
    callback As IncludeInResultsCallback, _
    serviceProvider As IServiceProvider, _
    includeInvisibleNodes As Boolean _
) As Collection(Of String)
'使用
Dim callback As IncludeInResultsCallback
Dim serviceProvider As IServiceProvider
Dim includeInvisibleNodes As Boolean
Dim returnValue As Collection(Of String)

returnValue = ShellUtility.FindFilesInSolution(callback, _
    serviceProvider, includeInvisibleNodes)
[CLSCompliantAttribute(false)]
public static Collection<string> FindFilesInSolution(
    IncludeInResultsCallback callback,
    IServiceProvider serviceProvider,
    bool includeInvisibleNodes
)
[CLSCompliantAttribute(false)]
public:
static Collection<String^>^ FindFilesInSolution(
    IncludeInResultsCallback^ callback, 
    IServiceProvider^ serviceProvider, 
    bool includeInvisibleNodes
)
public static function FindFilesInSolution(
    callback : IncludeInResultsCallback, 
    serviceProvider : IServiceProvider, 
    includeInvisibleNodes : boolean
) : Collection<String>

Parameters

Return Value

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

Permissions

See Also

Reference

ShellUtility Class

ShellUtility Members

FindFilesInSolution Overload

Microsoft.VisualStudio.Modeling.Shell Namespace