FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids Method

Definition

Updates the list of GUIDs that are persisted in the project file of the base project.

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

Parameters

projectTypeGuids
String

The GUIDs to set.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

Remarks

This method calls the SetAggregateProjectTypeGuids method on the innermost project.

Applies to