VisualStudio.Interop.Interfaces/Shell/Interop/IVsAggregatableProject.cs (5 lines of code) (raw):

namespace Microsoft.VisualStudio.Shell.Interop; public interface IVsAggregatableProject { int GetAggregateProjectTypeGuids(out string pbstrProjTypeGuids); }