IFindFilesService2 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 IFindFilesService
public interface class IFindFilesService2 : Microsoft::VisualStudio::Workspace::IFindFilesService
public interface class IFindFilesService2 : Microsoft::VisualStudio::Workspace::IFindFilesService
__interface IFindFilesService2 : Microsoft::VisualStudio::Workspace::IFindFilesService
public interface IFindFilesService2 : Microsoft.VisualStudio.Workspace.IFindFilesService
type IFindFilesService2 = interface
interface IFindFilesService
Public Interface IFindFilesService2
Implements IFindFilesService
- Implements
Methods
FindAllFilesAsync(String, IProgress<String>, 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 |