Share via


FlavoredProjectFactoryBase.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter Method

Definition

 virtual int Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter(IntPtr outerProjectIUnknown, [Runtime::InteropServices::Out] IntPtr % projectIUnknown) = Microsoft::VisualStudio::Shell::Flavor::IVsAggregatableProjectFactoryCorrected::PreCreateForOuter;
int IVsAggregatableProjectFactoryCorrected.PreCreateForOuter (IntPtr outerProjectIUnknown, out IntPtr projectIUnknown);
abstract member Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter : nativeint * nativeint -> int
override this.Microsoft.VisualStudio.Shell.Flavor.IVsAggregatableProjectFactoryCorrected.PreCreateForOuter : nativeint * nativeint -> int
Function PreCreateForOuter (outerProjectIUnknown As IntPtr, ByRef projectIUnknown As IntPtr) As Integer Implements IVsAggregatableProjectFactoryCorrected.PreCreateForOuter

Parameters

outerProjectIUnknown
IntPtr

nativeint

projectIUnknown
IntPtr

nativeint

Returns

Implements

Applies to