FlavoredProjectFactoryBase.PreCreateForOuter(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of the project.
protected:
abstract System::Object ^ PreCreateForOuter(IntPtr outerProjectIUnknown);
protected abstract object PreCreateForOuter (IntPtr outerProjectIUnknown);
abstract member PreCreateForOuter : nativeint -> obj
Protected MustOverride Function PreCreateForOuter (outerProjectIUnknown As IntPtr) As Object
Parameters
- outerProjectIUnknown
-
IntPtr
nativeint
Returns
The project subtype
Remarks
This method is abstract. When implemented in a derived class, creates an inner project and sets the outer project's inner references to it. Initialization should be performed in the InitializeForOuter method.