VsShellUtilities::GetMiscellaneousProject Method (IServiceProvider^)
Visual Studio 2015
Gets the miscellaneous project from the current solution.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- provider
- Type: System::IServiceProvider^
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsProject3^The IVsProject3 interface of the miscellaneous project.
If there is no miscellaneous project in the current solution, it will be created.
Show: