Share via


VsShellUtilities.GetMiscellaneousProject メソッド

定義

オーバーロード

GetMiscellaneousProject(IServiceProvider)

現在のソリューションからその他のプロジェクトを取得します。

GetMiscellaneousProject(IServiceProvider, Boolean)

ソリューション内のその他のプロジェクトを返します。

GetMiscellaneousProject(IServiceProvider)

現在のソリューションからその他のプロジェクトを取得します。

public:
 static Microsoft::VisualStudio::Shell::Interop::IVsProject3 ^ GetMiscellaneousProject(IServiceProvider ^ provider);
public static Microsoft.VisualStudio.Shell.Interop.IVsProject3 GetMiscellaneousProject (IServiceProvider provider);
static member GetMiscellaneousProject : IServiceProvider -> Microsoft.VisualStudio.Shell.Interop.IVsProject3
Public Shared Function GetMiscellaneousProject (provider As IServiceProvider) As IVsProject3
Public Function GetMiscellaneousProject (provider As IServiceProvider) As IVsProject3

パラメーター

provider
IServiceProvider

サービス プロバイダー

戻り値

雑性プロジェクトの IVsProject3 インターフェイスへの参照。

注釈

現在のソリューションにその他のプロジェクトがない場合は、作成されます。

適用対象

GetMiscellaneousProject(IServiceProvider, Boolean)

ソリューション内のその他のプロジェクトを返します。

public:
 static Microsoft::VisualStudio::Shell::Interop::IVsProject3 ^ GetMiscellaneousProject(IServiceProvider ^ provider, bool create);
public static Microsoft.VisualStudio.Shell.Interop.IVsProject3 GetMiscellaneousProject (IServiceProvider provider, bool create);
static member GetMiscellaneousProject : IServiceProvider * bool -> Microsoft.VisualStudio.Shell.Interop.IVsProject3
Public Shared Function GetMiscellaneousProject (provider As IServiceProvider, create As Boolean) As IVsProject3
Public Function GetMiscellaneousProject (provider As IServiceProvider, create As Boolean) As IVsProject3

パラメーター

provider
IServiceProvider

サービス プロバイダー

create
Boolean

false の場合、その他のプロジェクトの作成は強制されません

戻り値

雑性プロジェクトの IVsProject3 インターフェイスへの参照。

適用対象