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
'Usage
Dim instance As IVsParentProject2
[InterfaceTypeAttribute()]
[GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")]
public interface IVsParentProject2
[InterfaceTypeAttribute()]
[GuidAttribute(L"D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")]
public interface class IVsParentProject2
public interface IVsParentProject2

See Also

Reference

IVsParentProject2 Members

Microsoft.VisualStudio.Shell.Interop Namespace