Share via


IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType Method

Definition

Returns a string containing a list of project type GUIDs to aggregate to create an instance of this project.

public:
 int GetAggregateProjectType(System::String ^ fileName, [Runtime::InteropServices::Out] System::String ^ % projectTypeGuid);
int GetAggregateProjectType(std::wstring const & fileName, [Runtime::InteropServices::Out] std::wstring const & & projectTypeGuid);
public int GetAggregateProjectType (string fileName, out string projectTypeGuid);
abstract member GetAggregateProjectType : string * string -> int
Public Function GetAggregateProjectType (fileName As String, ByRef projectTypeGuid As String) As Integer

Parameters

fileName
String

[in] The name of the project file containing the list of project type GUIDs.

projectTypeGuid
String

[out] Pointer to a string containing a semi-colon delimited list of the project type GUIDs, ordered from outer to the inner project subtype.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

GetAggregateProjectType should return at least one GUID—the project type GUID for itself. This method is expected to get the list of GUIDs from the specified file.

Applies to