Share via


ISolutionFileEnumeratorFactory Interface

Definition

Provides a set of methods to enumerate files in an opened solution or opened folder.

public interface class ISolutionFileEnumeratorFactory
public interface ISolutionFileEnumeratorFactory
type ISolutionFileEnumeratorFactory = interface
Public Interface ISolutionFileEnumeratorFactory
Derived

Examples

[Import]
public ISolutionFileEnumeratorFactory myFactory;

Properties

Name Description
IsSolutionOpened

Gets whether a solution or folder are opened in Visual Studio.

Methods

Name Description
FindMatchingFileNamesAsync(String, Boolean, Boolean, Boolean, Boolean, Boolean, CancellationToken)

Gets a list of all files with file names matching the given query.

GetEnumerator(Boolean, Boolean, Boolean, PathFilter)

Get all files in the solution or opened folder.

GetListAsync(Boolean, Boolean, Boolean, PathFilter, CancellationToken)

Get all files in the solution or opened folder.

GetQueue(Boolean, Boolean, Boolean, PathFilter, CancellationToken)

Get all files in the solution or opened folder.

Events

Name Description
IsSolutionOpenedChanged

Occurs when a solution or folder are opened or closed.

Applies to