Sdílet prostřednictvím


FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids Metoda

Definice

Získá seznam identifikátorů GUID typu projektu, které tvoří agregovaný projekt. Tato metoda by měla být delegována na nejvnitřnějnější projekt v systému agregovaných podtypů projektu.

 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

Parametry

projectTypeGuids
String

[out] Sada identifikátorů GUID typu projektu s oddělovači středníků.

Návraty

Pokud je metoda úspěšná, vrátí S_OK. Pokud selže, vrátí kód chyby.

Implementuje

Poznámky

Tato metoda volá [IVsAggregatableProject.GetAggregateProjectTypeGuids](assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@?qualifyHint=False&autoUpgrade=True) ve vnitřním projektu.

Platí pro