IVsParentProject2 Interface
Creates nested projects. You can get an instance of the interface by querying an instance of IVsHierarchy.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")> _
Public Interface IVsParentProject2
[InterfaceTypeAttribute()]
[GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")]
public interface IVsParentProject2
[InterfaceTypeAttribute()]
[GuidAttribute(L"D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")]
public interface class IVsParentProject2
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")>]
type IVsParentProject2 = interface end
public interface IVsParentProject2
The IVsParentProject2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddNestedSolution | 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 | Creates and adds a solution to a project. |
Top