IVsParentProject2 Interface

Definition

Creates nested projects. You can get an instance of the interface by querying an instance of IVsHierarchy.

public interface class IVsParentProject2
public interface class IVsParentProject2
__interface IVsParentProject2
[System.Runtime.InteropServices.Guid("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsParentProject2
[<System.Runtime.InteropServices.Guid("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsParentProject2 = interface
Public Interface IVsParentProject2
Attributes

Methods

AddNestedSolution(UInt32, UInt32, String)

Enables addition of the contents of a solution, in the same that it's done through the user interface, to a project (for example, a solution folder).

CreateNestedProject(UInt32, Guid, String, String, String, UInt32, Guid, Guid, IntPtr)

Creates and adds a solution to a project.

Applies to