Metodo FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids

Aggiornare l'elenco dei GUID che vengono mantenuti nel file del progetto di base.

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

Sintassi

'Dichiarazione
Private Function SetAggregateProjectTypeGuids ( _
    projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.SetAggregateProjectTypeGuids
int IVsAggregatableProject.SetAggregateProjectTypeGuids(
    string projectTypeGuids
)

Parametri

Valore restituito

Tipo: System.Int32
Se il metodo ha esito positivo, restituisce S_OK\.Se non riesce, restituisce un codice di errore.

Implementa

IVsAggregatableProject.SetAggregateProjectTypeGuids(String)

Note

Questo metodo chiama il metodo di SetAggregateProjectTypeGuids nel progetto più interno.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

FlavoredProject Classe

Spazio dei nomi Microsoft.VisualStudio.Shell.Flavor