Share via


FlavoredProjectFactory.ProjectTypeGuids(String) Method

Definition

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

protected:
 virtual System::String ^ ProjectTypeGuids(System::String ^ file);
protected:
 virtual Platform::String ^ ProjectTypeGuids(Platform::String ^ file);
 virtual std::wstring ProjectTypeGuids(std::wstring const & file);
protected virtual string ProjectTypeGuids (string file);
abstract member ProjectTypeGuids : string -> string
override this.ProjectTypeGuids : string -> string
Protected Overridable Function ProjectTypeGuids (file As String) As String

Parameters

file
String

The project file.

Returns

When implemented by a derived class, a semicolon-delimited string containing the project type GUIDs in the project file.

Remarks

By default this methods throws a NotImplementedException.

Applies to