共用方式為


IFindFilesService2 Interface

Definition

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

Applies to