ShellUtility Class
Utility methods for searching solutions and the RDT.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.Modeling.Shell.ShellUtility
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class ShellUtility
public sealed class ShellUtility
public ref class ShellUtility sealed
[<Sealed>]
type ShellUtility = class end
public final class ShellUtility
The ShellUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindFilesInSolution(IList<String>, 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. | |
FindFilesInSolution(IncludeInResultsCallback, 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(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. | |
FindProjectsInSolution | Find the list of projects in the current solution. | |
GetAvailableTypeFullNames | For the given rootElement, this method returns types (in short name form) in the current project where the DocData of this rootElement resides. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsVirtualFolder | Is Virtual Folder. | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
VirtualFolderItemType | Solution Folder Project Type Guid. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.