FlavoredProjectBase.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids Method

Definition

This must be delegated to the innermost project

 virtual int Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(System::String ^ projectTypeGuids) = Microsoft::VisualStudio::Shell::Flavor::IVsAggregatableProjectCorrected::SetAggregateProjectTypeGuids;
 virtual int Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(Platform::String ^ projectTypeGuids) = Microsoft::VisualStudio::Shell::Flavor::IVsAggregatableProjectCorrected::SetAggregateProjectTypeGuids;
int Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(std::wstring const & projectTypeGuids);
int IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids (string projectTypeGuids);
abstract member Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids : string -> int
override this.Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids : string -> int
Function SetAggregateProjectTypeGuids (projectTypeGuids As String) As Integer Implements IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids

Parameters

projectTypeGuids
String

Returns

The HRESULT.

Implements

Applies to