VsShellUtilities::GetMiscellaneousProject Method (IServiceProvider^)

 

Gets the miscellaneous project from the current solution.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
static IVsProject3^ GetMiscellaneousProject(
	IServiceProvider^ provider
)

Parameters

provider
Type: System::IServiceProvider^

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.

Return to top
Show: