ShellUtility Class

 

Utility methods for searching solutions and the RDT.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Shell::ShellUtility

public ref class ShellUtility sealed 

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticFindFilesInSolution(IList<String^>^, IServiceProvider^, Boolean)

Find files of a given extension in the current solution.

System_CAPS_pubmethodSystem_CAPS_staticFindFilesInSolution(IncludeInResultsCallback^, IServiceProvider^, Boolean)

Find files of a given extension in the current solution.

System_CAPS_pubmethodSystem_CAPS_staticFindFilesInSolution(String^, IServiceProvider^, Boolean)

Find files of a given extension in the current solution.

System_CAPS_pubmethodSystem_CAPS_staticFindOpenedFiles(IList<String^>^, IServiceProvider^)

Finds opened files in the solution that end in one of the given file extensions

System_CAPS_pubmethodSystem_CAPS_staticFindOpenedFiles(IncludeInResultsCallback^, IServiceProvider^)

Finds opened files in the solution that match according to the given callback.

System_CAPS_pubmethodSystem_CAPS_staticFindOpenedFiles(String^, IServiceProvider^)

Finds opened files in the solution that end in the given file extension.

System_CAPS_pubmethodSystem_CAPS_staticFindProjectsInSolution(IVsSolution^)

Find the list of projects in the current solution.

System_CAPS_pubmethodSystem_CAPS_staticGetAvailableTypeFullNames(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.

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticIsVirtualFolder(IVsHierarchy^)

Is Virtual Folder.

System_CAPS_pubmethodToString()

(Inherited from Object.)

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticVirtualFolderItemType

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.

Return to top
Show: