ShellUtility.FindOpenedFiles Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
FindOpenedFiles(IList<String>, IServiceProvider) | Finds opened files in the solution that end in one of the given file extensions | |
FindOpenedFiles(String, IServiceProvider) | Finds opened files in the solution that end in the given file extension. | |
FindOpenedFiles(IncludeInResultsCallback, IServiceProvider) | Finds opened files in the solution that match according to the given callback. |
Top