FlavoredProjectFactory::IVsAggregatableProjectFactory::GetAggregateProjectType Method (String^, String^)

 

Gets a semicolon-delimited string of project type GUIDs.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
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.

Return to top
Show: