FlavoredProjectFactoryBase::ProjectTypeGuids Method (String^)
Visual Studio 2015
Gets the set of project type GUIDs from the project file.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- file
-
Type:
System::String^
The project file.
Return Value
Type: System::String^When implemented by a derived class, a semicolon-delimited string containing the project type GUIDs in the project file.
By default this methods throws a NotImplementedException.
Show: