FlavoredProjectBase.IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids Method

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

Syntax

声明
Private Function SetAggregateProjectTypeGuids ( _
    projectTypeGuids As String _
) As Integer Implements IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids
用法
Dim instance As FlavoredProjectBase
Dim projectTypeGuids As String
Dim returnValue As Integer

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

Parameters

Return Value

Type: System.Int32

Implements

IVsAggregatableProjectCorrected.SetAggregateProjectTypeGuids(String)

.NET Framework Security

See Also

Reference

FlavoredProjectBase Class

FlavoredProjectBase Members

Microsoft.VisualStudio.Shell.Flavor Namespace