Condividi tramite


IPathFileEnumeratorFactory2 Interface

Definition

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)

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)

Applies to