FlavoredProjectFactory.PreCreateForOuter(Object) 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(System::Object ^ outerProject);
protected:
abstract Platform::Object ^ PreCreateForOuter(Platform::Object ^ outerProject);
abstract winrt::Windows::Foundation::IInspectable PreCreateForOuter(winrt::Windows::Foundation::IInspectable const & outerProject);
protected abstract object PreCreateForOuter (object outerProject);
abstract member PreCreateForOuter : obj -> obj
Protected MustOverride Function PreCreateForOuter (outerProject As Object) As Object
Parameters
- outerProject
- Object
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.