FlavoredProjectFactoryBase::ProjectTypeGuids Method (String^)

 

Gets the set of project type GUIDs from the project file.

Namespace:   Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual String^ ProjectTypeGuids(
	String^ file
)

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.

Return to top
Show: