Compartir a través de


FlavoredProject.IVsAggregatableProject.GetAggregateProjectTypeGuids Método

Definición

Obtiene la lista de los GUID de tipos de proyecto que constituyen el proyecto agregado. Este método se debe delegar al proyecto más interno dentro del sistema de subtipos de proyecto agregado.

 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

Parámetros

projectTypeGuids
String

[out] Un conjunto delimitado por punto y coma de GUID de tipo de proyecto.

Devoluciones

Si el método se realiza correctamente, devuelve S_OK. Si se produce un error, devuelve un código de error.

Implementaciones

Comentarios

Este método llama a [IVsAggregatableProject.GetAggregateProjectTypeGuids](assetId:///M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@?qualifyHint=False&autoUpgrade=True) en el proyecto interno.

Se aplica a