ISolutionFileEnumeratorFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
IsSolutionOpened |
Gets whether a solution or folder are opened in Visual Studio. |
Methods
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
IsSolutionOpenedChanged |
Occurs when a solution or folder are opened or closed. |