次の方法で共有


FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids メソッド

定義

集計プロジェクトを構成するプロジェクトの種類 GUID の一覧を取得します。 このメソッドは、集計されたプロジェクト サブタイプのシステム内の最も内側のプロジェクトに委任する必要があります。

 virtual int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids([Runtime::InteropServices::Out] System::String ^ % projectTypeGuids) = Microsoft::VisualStudio::Shell::Interop::IVsAggregatableProject::GetAggregateProjectTypeGuids;
int Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids([Runtime::InteropServices::Out] std::wstring const & & projectTypeGuids);
int IVsAggregatableProject.GetAggregateProjectTypeGuids (out string projectTypeGuids);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids : string -> int
override this.Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids : string -> int
Function GetAggregateProjectTypeGuids (ByRef projectTypeGuids As String) As Integer Implements IVsAggregatableProject.GetAggregateProjectTypeGuids

パラメーター

projectTypeGuids
String

[out]プロジェクトの種類 GUID のセミコロン区切りのセット。

戻り値

メソッドが成功した場合は S_OK を返します。 失敗した場合はエラー コードを返します。

実装

注釈

このメソッドは、内部プロジェクトで [IVsAggregatableProject.GetAggregateProjectTypeGuids](assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@?qualifyHint=False&autoUpgrade=True) を呼び出します。

適用対象