IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids(String) Method

Definition

Gets the list of project type GUIDs that make up the aggregate project. This method should be delegated to the innermost project within the system of aggregated project subtypes.

public:
 int GetAggregateProjectTypeGuids([Runtime::InteropServices::Out] System::String ^ % pbstrProjTypeGuids);
public int GetAggregateProjectTypeGuids (out string pbstrProjTypeGuids);
abstract member GetAggregateProjectTypeGuids : string -> int
Public Function GetAggregateProjectTypeGuids (ByRef pbstrProjTypeGuids As String) As Integer

Parameters

pbstrProjTypeGuids
String

Pointer to a string containing the project type GUIDs.

Returns

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

Applies to