IFindFilesService2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于扩展现有 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
- 实现
方法
| FindAllFilesAsync(String, IProgress<String>, CancellationToken) |
搜索工作区,并在运行时向所有提供程序询问与模式匹配的文件。 |
| FindFilesAsync(String, IProgress<String>, CancellationToken) |
在工作区中搜索与模式匹配的文件。 (继承自 IFindFilesService) |
| GetAllFilesAsync() |
返回工作区中所有可用的文件实体 (继承自 IFindFilesService) |
| GetExternalFilesAsync(String, String, CancellationToken) |
获取文件夹的所有外部文件 |