IFindFilesService2 接口

定义

用于扩展现有 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)

获取文件夹的所有外部文件

适用于