IVsCreateAggregateProject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by a project type that supports aggregation.
public interface class IVsCreateAggregateProject
public interface class IVsCreateAggregateProject
__interface IVsCreateAggregateProject
[System.Runtime.InteropServices.Guid("84F41718-D169-4567-A0CD-B3CBCF58FF71")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCreateAggregateProject
[<System.Runtime.InteropServices.Guid("84F41718-D169-4567-A0CD-B3CBCF58FF71")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCreateAggregateProject = interface
Public Interface IVsCreateAggregateProject
- Attributes
Remarks
Call the IVsCreateAggregateProject
interface to create an aggregate project. The environment implements the IVsCreateAggregateProject
interface through the SVsCreateAggregateProject
service.
Methods
CreateAggregateProject(String, String, String, String, UInt32, Guid, IntPtr) |
This method is implemented by the environment to create an aggregate project, which in turn creates a system of aggregate vsiptecflavors. |