FlavoredProject::IVsAggregatableProject::GetAggregateProjectTypeGuids Method (String^)
Visual Studio 2015
Gets the list of project type GUIDs that make up the aggregate project. This method should be delegated to the innermost project within the system of aggregated project subtypes.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int GetAggregateProjectTypeGuids( [OutAttribute] String^% projectTypeGuids ) sealed = IVsAggregatableProject::GetAggregateProjectTypeGuids
Parameters
- projectTypeGuids
-
Type:
System::String^
[out] A semicolon-delimited set of project type GUIDs.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
This method calls M:Microsoft.VisualStudio.Shell.Interop.IVsAggregatableProject.GetAggregateProjectTypeGuids(System.String@ on the inner project.
Show: