IPathFileEnumeratorFactory2 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 a defined set of folders.
public interface class IPathFileEnumeratorFactory2 : Microsoft::VisualStudio::Shell::Internal::FileEnumerationService::IPathFileEnumeratorFactory
public interface IPathFileEnumeratorFactory2 : Microsoft.VisualStudio.Shell.Internal.FileEnumerationService.IPathFileEnumeratorFactory
type IPathFileEnumeratorFactory2 = interface
interface IPathFileEnumeratorFactory
Public Interface IPathFileEnumeratorFactory2
Implements IPathFileEnumeratorFactory
- Implements
Examples
[Import]
public IPathFileEnumeratorFactory2 myFactory;
Methods
GetEnumerator(IReadOnlyList<String>, Boolean, PathFilter, CancellationToken) |
Get an enumerator for all files in defined location(s). (Inherited from IPathFileEnumeratorFactory) |
GetEnumerator(IReadOnlyList<String>, Boolean, PathFilter) |
Get an enumerator for all files in defined location(s). (Inherited from IPathFileEnumeratorFactory) |
GetQueue(IReadOnlyList<String>, Boolean, PathFilter, Action<Dictionary<String,Object>>, CancellationToken) | |
GetQueue(IReadOnlyList<String>, Boolean, PathFilter, CancellationToken) | (Inherited from IPathFileEnumeratorFactory) |