VsShellUtilities.GetMiscellaneousProject Method (IServiceProvider)

Gets the miscellaneous project from the current solution.

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

Syntax

'Declaration
Public Shared Function GetMiscellaneousProject ( _
    provider As IServiceProvider _
) As IVsProject3
public static IVsProject3 GetMiscellaneousProject(
    IServiceProvider provider
)
public:
static IVsProject3^ GetMiscellaneousProject(
    IServiceProvider^ provider
)
static member GetMiscellaneousProject : 
        provider:IServiceProvider -> IVsProject3
public static function GetMiscellaneousProject(
    provider : IServiceProvider
) : IVsProject3

Parameters

Return Value

Type: Microsoft.VisualStudio.Shell.Interop.IVsProject3
The IVsProject3 interface of the miscellaneous project.

Remarks

If there is no miscellaneous project in the current solution, it will be created.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

GetMiscellaneousProject Overload

Microsoft.VisualStudio.Shell Namespace