IOpenDocumentEnumeratorFactory 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 opened documents in the IDE.
public interface class IOpenDocumentEnumeratorFactory
public interface IOpenDocumentEnumeratorFactory
type IOpenDocumentEnumeratorFactory = interface
Public Interface IOpenDocumentEnumeratorFactory
- Derived
Examples
[Import]
public IOpenDocumentEnumeratorFactory myFactory;
Methods
GetEnumerator(PathFilter) |
Get an enumerator for all open documents. |
GetEnumeratorFavoringOpenDocuments(IFileEntityAsyncEnumerator) |
Get an enumerator for all open documents. |
GetListAsync(PathFilter, CancellationToken) |
Get all open documents. |
GetQueue(PathFilter, CancellationToken) |
Get all open documents. |