Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Returns the miscellaneous project in a solution.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Function GetMiscellaneousProject ( _
provider As IServiceProvider, _
create As Boolean _
) As IVsProject3
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
provider
Type: IServiceProviderIServiceProvider object used to retrieve the IVsSolution object.
create
Type: Booleantrue 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.