次の方法で共有


IFindFilesService3 Interface

Definition

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)

Applies to