WorkspaceServiceHelper.GetFindFilesService(IWorkspace) Méthode

Définition

Obtenir le service IFindFilesService pour un espace de travail

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

Paramètres

workspace
IWorkspace

espace de travail instance

Retours

Instance de IFindFilesService

S’applique à