Bagikan melalui


FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids Method

Updates the list of GUIDs that are persisted in the project file of the base project.

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

Syntax

'Declaration
Private Function SetAggregateProjectTypeGuids ( _
    projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.SetAggregateProjectTypeGuids
int IVsAggregatableProject.SetAggregateProjectTypeGuids(
    string projectTypeGuids
)
private:
virtual int SetAggregateProjectTypeGuids(
    String^ projectTypeGuids
) sealed = IVsAggregatableProject::SetAggregateProjectTypeGuids
private abstract SetAggregateProjectTypeGuids : 
        projectTypeGuids:string -> int  
private override SetAggregateProjectTypeGuids : 
        projectTypeGuids:string -> int
JScript does not support explicit interface implementations.

Parameters

  • projectTypeGuids
    Type: String

    The GUIDs to set.

Return Value

Type: Int32
If the method succeeds, it returns S_OK\. If it fails, it returns an error code.

Implements

IVsAggregatableProject.SetAggregateProjectTypeGuids(String)

Remarks

This method calls the SetAggregateProjectTypeGuids method on the innermost project.

.NET Framework Security

See Also

Reference

FlavoredProject Class

Microsoft.VisualStudio.Shell.Flavor Namespace