Partager via


FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids Méthode

Définition

Obtient la liste des GUID de type de projet qui composent le projet d'agrégation. Cette méthode doit être déléguée au projet le plus profond du système des sous-types agrégés du projet.

 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

Paramètres

projectTypeGuids
String

[out] Jeu délimité par des points-virgules des GUID de type de projet.

Retours

Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.

Implémente

Remarques

Cette méthode appelle [IVsAggregatableProject.GetAggregateProjectTypeGuids](assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@ ?qualifyHint=False&autoUpgrade=True) sur le projet interne.

S’applique à