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
'宣告
<InterfaceTypeAttribute()> _
<GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")> _
Public Interface IVsParentProject2
'用途
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D63BB7D7-D7A0-4C02-AA85-7E9233797CDB")>]
type IVsParentProject2 = interface end
public interface IVsParentProject2