ShellUtility Class
Utility methods for searching solutions and the RDT.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() ![]() | FindFilesInSolution(IList<String^>^, IServiceProvider^, Boolean) | Find files of a given extension in the current solution. |
![]() ![]() | FindFilesInSolution(IncludeInResultsCallback^, IServiceProvider^, Boolean) | Find files of a given extension in the current solution. |
![]() ![]() | FindFilesInSolution(String^, IServiceProvider^, Boolean) | Find files of a given extension in the current solution. |
![]() ![]() | FindOpenedFiles(IList<String^>^, IServiceProvider^) | Finds opened files in the solution that end in one of the given file extensions |
![]() ![]() | FindOpenedFiles(IncludeInResultsCallback^, IServiceProvider^) | Finds opened files in the solution that match according to the given callback. |
![]() ![]() | FindOpenedFiles(String^, IServiceProvider^) | Finds opened files in the solution that end in the given file extension. |
![]() ![]() | FindProjectsInSolution(IVsSolution^) | Find the list of projects in the current solution. |
![]() ![]() | GetAvailableTypeFullNames(ModelElement^, Boolean) | For the given rootElement, this method returns types (in short name form) in the current project where the DocData of this rootElement resides. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | IsVirtualFolder(IVsHierarchy^) | Is Virtual Folder. |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | VirtualFolderItemType | Solution Folder Project Type Guid. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


