Condividi tramite


Metodo FlavoredProjectFactory.IVsAggregatableProjectFactory.GetAggregateProjectType

Ottiene una stringa delimitata da punti e virgola di tipo di progetto GUID.

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Flavor
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Sintassi

'Dichiarazione
Private Function GetAggregateProjectType ( _
    fileName As String, _
    <OutAttribute> ByRef projectTypeGuid As String _
) As Integer Implements IVsAggregatableProjectFactory.GetAggregateProjectType
int IVsAggregatableProjectFactory.GetAggregateProjectType(
    string fileName,
    out string projectTypeGuid
)

Parametri

  • projectTypeGuid
    Tipo: System.String%
    [out] Restituisce la stringa delimitata da punti e virgola di tipo di progetto GUID.

Valore restituito

Tipo: System.Int32
S_OK .

Implementa

IVsAggregatableProjectFactory.GetAggregateProjectType(String, String%)

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FlavoredProjectFactory Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Flavor