Condividi tramite


FlavoredProjectFactoryBase.IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType Method

Namespace:  Microsoft.VisualStudio.Shell.Flavor
Assemblies:   Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Dichiarazione
Private Function GetAggregateProjectType ( _
    fileName As String, _
    <OutAttribute> ByRef projectTypeGuid As String _
) As Integer Implements IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType
'Utilizzo
Dim instance As FlavoredProjectFactoryBase
Dim fileName As String
Dim projectTypeGuid As String
Dim returnValue As Integer

returnValue = CType(instance, IVsAggregatableProjectFactoryCorrected).GetAggregateProjectType(fileName, _
    projectTypeGuid)
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

Return Value

Type: System.Int32

Implements

IVsAggregatableProjectFactoryCorrected.GetAggregateProjectType(String, String%)

.NET Framework Security

See Also

Reference

FlavoredProjectFactoryBase Class

FlavoredProjectFactoryBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace