Share via


WorkspaceServiceHelper.GetFindFilesService(IWorkspace) Method

Definition

Get the IFindFilesService service for a workspace

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Workspace::IFindFilesService ^ GetFindFilesService(Microsoft::VisualStudio::Workspace::IWorkspace ^ workspace);
public static Microsoft.VisualStudio.Workspace.IFindFilesService GetFindFilesService (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetFindFilesService : Microsoft.VisualStudio.Workspace.IWorkspace -> Microsoft.VisualStudio.Workspace.IFindFilesService
<Extension()>
Public Function GetFindFilesService (workspace As IWorkspace) As IFindFilesService

Parameters

workspace
IWorkspace

workspace instance

Returns

The instance of the IFindFilesService

Applies to