Share via


FlavoredProjectFactoryBase.IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType Method

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

Syntax

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

Parameters

  • fileName
    Type: String
  • projectTypeGuid
    Type: String%

Return Value

Type: Int32

Implements

IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType(String, String%)

.NET Framework Security

See Also

Reference

FlavoredProjectFactoryBase Class

Microsoft.VisualStudio.Shell.Flavor Namespace