FlavoredProjectBase.IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids Method

Definition

This must be delegetated to the inner most project

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

Parameters

projectTypeGuids
String

Returns

The HRESULT.

Implements

Applies to