IVsCreateAggregateProject Interface

Called by a project type that supports aggregation.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCreateAggregateProject
[GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")]
[InterfaceTypeAttribute()]
public interface IVsCreateAggregateProject
[GuidAttribute(L"84F41718-D169-4567-A0CD-B3CBCF58FF71")]
[InterfaceTypeAttribute()]
public interface class IVsCreateAggregateProject
[<GuidAttribute("84F41718-D169-4567-A0CD-B3CBCF58FF71")>]
[<InterfaceTypeAttribute()>]
type IVsCreateAggregateProject =  interface end
public interface IVsCreateAggregateProject

The IVsCreateAggregateProject type exposes the following members.

Methods

  Name Description
Public method CreateAggregateProject This method is implemented by the environment to create an aggregate project, which in turn creates a system of aggregate vsiptecflavors.

Top

Remarks

Call the IVsCreateAggregateProject interface to create an aggregate project. The environment implements the IVsCreateAggregateProject interface through the SVsCreateAggregateProject service.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace