Share via


WorkspaceServiceHelper.GetFindFilesServiceAsync(IWorkspace) Method

Definition

Get the IFindFilesService service for a workspace.

public static System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.IFindFilesService> GetFindFilesServiceAsync (this Microsoft.VisualStudio.Workspace.IWorkspace workspace);
static member GetFindFilesServiceAsync : Microsoft.VisualStudio.Workspace.IWorkspace -> System.Threading.Tasks.Task<Microsoft.VisualStudio.Workspace.IFindFilesService>
<Extension()>
Public Function GetFindFilesServiceAsync (workspace As IWorkspace) As Task(Of IFindFilesService)

Parameters

workspace
IWorkspace

workspace instance

Returns

A Task representing the asynchronous operation whose result is an instance of the IFindFilesService.

Applies to