FlavoredProject::IVsAggregatableProject::SetAggregateProjectTypeGuids Method (String^)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

private:
virtual int SetAggregateProjectTypeGuids(
	String^ projectTypeGuids
) sealed = IVsAggregatableProject::SetAggregateProjectTypeGuids

Parameters

projectTypeGuids
Type: System::String^

The GUIDs to set.

Return Value

Type: System::Int32

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

This method calls the SetAggregateProjectTypeGuids method on the innermost project.

Return to top
Show: