Share via


FlavoredProjectBase.IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids Method

This must be delegetated to the inner most project

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

Syntax

'Declaration
Private Function GetAggregateProjectTypeGuids ( _
    <OutAttribute> ByRef projectTypeGuids As String _
) As Integer Implements IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids
int IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids(
    out string projectTypeGuids
)
private:
virtual int GetAggregateProjectTypeGuids(
    [OutAttribute] String^% projectTypeGuids
) sealed = IVsAggregatableProjectCorrected::GetAggregateProjectTypeGuids
private abstract GetAggregateProjectTypeGuids : 
        projectTypeGuids:string byref -> int  
private override GetAggregateProjectTypeGuids : 
        projectTypeGuids:string byref -> int
JScript does not support explicit interface implementations.

Parameters

  • projectTypeGuids
    Type: String%

Return Value

Type: Int32
The HRESULT.

Implements

IVsAggregatableProjectCorrected.GetAggregateProjectTypeGuids(String%)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace