VsShellUtilities::GetMiscellaneousProject Method (IServiceProvider^, Boolean)
Visual Studio 2015
Returns the miscellaneous project in a solution.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
public: static IVsProject3^ GetMiscellaneousProject( IServiceProvider^ provider, bool create )
Parameters
- provider
-
Type:
System::IServiceProvider^
IServiceProvider object used to retrieve the IVsSolution object.
- create
-
Type:
System::Boolean
true if the project should be created; otherwise, false.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsProject3^The IVsProject3 interface of the miscellaneous project.
Show: