FlavoredProject::IVsAggregatableProject::SetAggregateProjectTypeGuids Method (String^)
Visual Studio 2015
Updates the list of GUIDs that are persisted in the project file of the base project.
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::Int32If 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.
Show: