WorkspaceServiceHelper.GetFindFilesService(IWorkspace) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An instance of IFindFilesService.