IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids Method (String)
Visual Studio 2015
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.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- pbstrProjTypeGuids
-
Type:
System.String
Pointer to a string containing the project type GUIDs.
Return Value
Type: System.Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: