FlavoredProjectFactory::IVsAggregatableProjectFactory::GetAggregateProjectType Method (String^, String^)
Visual Studio 2015
Gets a semicolon-delimited string of project type GUIDs.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: virtual int GetAggregateProjectType( String^ fileName, [OutAttribute] String^% projectTypeGuid ) sealed = IVsAggregatableProjectFactory::GetAggregateProjectType
Parameters
- fileName
-
Type:
System::String^
The name of the project file.
- projectTypeGuid
-
Type:
System::String^
[out] Returns the semicolon-delimited string of project type GUIDs.
Show: