Share via


FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType Method

Gets a semicolon-delimited string of project type GUIDs.

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

Syntax

'Declaration
Private Function GetAggregateProjectType ( _
    fileName As String, _
    <OutAttribute> ByRef projectTypeGuid As String _
) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType
int IVsAggregatableProjectFactory.GetAggregateProjectType(
    string fileName,
    out string projectTypeGuid
)
private:
virtual int GetAggregateProjectType(
    String^ fileName, 
    [OutAttribute] String^% projectTypeGuid
) sealed = IVsAggregatableProjectFactory::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

  • projectTypeGuid
    Type: System.String%

    [out] Returns the semicolon-delimited string of project type GUIDs.

Return Value

Type: System.Int32
S_OK.

Implements

IVsAggregatableProjectFactory.GetAggregateProjectType(String, String%)

.NET Framework Security

See Also

Reference

FlavoredProjectFactory Class

Microsoft.VisualStudio.Shell.Flavor Namespace