IVsAggregatableProjectFactory Interface
Creates a project type that supports aggregation.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("44569501-2AD0-4966-9BAC-12B799A1CED6")> _
Public Interface IVsAggregatableProjectFactory
'Utilisation
Dim instance As IVsAggregatableProjectFactory
[InterfaceTypeAttribute()]
[GuidAttribute("44569501-2AD0-4966-9BAC-12B799A1CED6")]
public interface IVsAggregatableProjectFactory
[InterfaceTypeAttribute()]
[GuidAttribute(L"44569501-2AD0-4966-9BAC-12B799A1CED6")]
public interface class IVsAggregatableProjectFactory
public interface IVsAggregatableProjectFactory
Remarks
This interface is similar to IVsAggregatableProjectFactoryCorrected, but IUnknown pointers are passed as object instead of IntPtr. The result is a wrapped managed proxy pointer and not the actual IUnknown pointer.
Notes to Implementers:
Implement IVsAggregatableProjectFactory to create a project type that supports aggregation.
For more information, see Initialization Sequence of Project Subtypes.