FlavoredProject.IVsAggregatableProject.SetAggregateProjectTypeGuids Method

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

Syntax

'宣言
Private Function SetAggregateProjectTypeGuids ( _
    projectTypeGuids As String _
) As Integer Implements IVsAggregatableProject.SetAggregateProjectTypeGuids
'使用
Dim instance As FlavoredProject
Dim projectTypeGuids As String
Dim returnValue As Integer

returnValue = CType(instance, IVsAggregatableProject).SetAggregateProjectTypeGuids(projectTypeGuids)
int IVsAggregatableProject.SetAggregateProjectTypeGuids(
    string projectTypeGuids
)
private:
virtual int SetAggregateProjectTypeGuids(
    String^ projectTypeGuids
) sealed = IVsAggregatableProject::SetAggregateProjectTypeGuids
JScript does not support explicit interface implementations.

Parameters

Return Value

Type: System.Int32

Implements

IVsAggregatableProject.SetAggregateProjectTypeGuids(String)

Permissions

See Also

Reference

FlavoredProject Class

FlavoredProject Members

Microsoft.VisualStudio.Shell.Flavor Namespace