IFindFilesService3 Interface
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.
Interface to extend existing IFindFilesService2.
public interface IFindFilesService3 : Microsoft.VisualStudio.Workspace.IFindFilesService2
type IFindFilesService3 = interface
interface IFindFilesService2
interface IFindFilesService
Public Interface IFindFilesService3
Implements IFindFilesService2
- Implements
Methods
FindAllFilesAsync(String, IProgress<String>, CancellationToken) |
Searches the workspace and asks all providers during runtime for files matching a pattern. (Inherited from IFindFilesService2) |
FindFilesAsync(String, IProgress<String>, Boolean, CancellationToken) |
Searches the workspace and asks all providers during runtime for files matching a pattern. |
FindFilesAsync(String, IProgress<String>, CancellationToken) |
Searches the workspace for files matching a pattern. (Inherited from IFindFilesService) |
GetAllFilesAsync() |
Return all the file entities available in a workspace (Inherited from IFindFilesService) |
GetExternalFilesAsync(String, String, CancellationToken) |
Get all external files of a folder (Inherited from IFindFilesService2) |