Share via


VsShellUtilities.GetMiscellaneousProject Method (IServiceProvider, Boolean)

Returns the miscellaneous project in a solution.

Namespace:  Microsoft.VisualStudio.Shell
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)

Syntax

‘선언
Public Shared Function GetMiscellaneousProject ( _
    provider As IServiceProvider, _
    create As Boolean _
) As IVsProject3
‘사용 방법
Dim provider As IServiceProvider
Dim create As Boolean
Dim returnValue As IVsProject3

returnValue = VsShellUtilities.GetMiscellaneousProject(provider, _
    create)
public static IVsProject3 GetMiscellaneousProject(
    IServiceProvider provider,
    bool create
)
public:
static IVsProject3^ GetMiscellaneousProject(
    IServiceProvider^ provider, 
    bool create
)
static member GetMiscellaneousProject : 
        provider:IServiceProvider * 
        create:bool -> IVsProject3 
public static function GetMiscellaneousProject(
    provider : IServiceProvider, 
    create : boolean
) : IVsProject3

Parameters

  • 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.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

VsShellUtilities Members

GetMiscellaneousProject Overload

Microsoft.VisualStudio.Shell Namespace